CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
WriteL1TriggerObjectsTxt Class Reference

#include <Test/WriteL1TriggerObjectsTxt/plugins/WriteL1TriggerObjectsTxt.cc>

Inheritance diagram for WriteL1TriggerObjectsTxt:
edm::one::EDAnalyzer< edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 WriteL1TriggerObjectsTxt (const edm::ParameterSet &)
 
 ~WriteL1TriggerObjectsTxt () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::SharedResources >
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 

Private Attributes

std::string tagName_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 40 of file WriteL1TriggerObjectsTxt.cc.

Constructor & Destructor Documentation

WriteL1TriggerObjectsTxt::WriteL1TriggerObjectsTxt ( const edm::ParameterSet iConfig)
explicit

Definition at line 54 of file WriteL1TriggerObjectsTxt.cc.

54  :
55  tagName_(iConfig.getParameter<std::string>("TagName"))
56 {
57 }
T getParameter(std::string const &) const
WriteL1TriggerObjectsTxt::~WriteL1TriggerObjectsTxt ( )
override

Definition at line 58 of file WriteL1TriggerObjectsTxt.cc.

58 {}

Member Function Documentation

void WriteL1TriggerObjectsTxt::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivate

Definition at line 62 of file WriteL1TriggerObjectsTxt.cc.

References AlignmentProducer_cff::calibrations, HcalDbASCIIIO::dumpObject(), HcalCalibrations::effpedestal(), muonCSCDigis_cfi::gain, edm::EventSetup::get(), HcalCondObjectContainer< Item >::getAllChannels(), HcalDbService::getHcalCalibrations(), HcalDbService::getHcalChannelStatus(), HcalDbService::getHcalLutMetadata(), HcalChannelStatus::getValue(), DetId::Hcal, HcalBarrel, HcalEndcap, HcalForward, mps_fire::i, HcalCalibrations::LUTrespcorrgain(), mps_update::status, AlCaHLTBitMon_QueryRunRegistry::string, HcalDetId::subdet(), tagName_, HcalCondObjectContainerBase::topo(), and HcalTopology::valid().

63 {
64  using namespace edm;
65 
67  iSetup.get<HcalDbRecord>().get(conditions);
68 
69  const HcalLutMetadata *metadata = conditions->getHcalLutMetadata();
70  const HcalTopology *topo = metadata->topo();
71 
72  std::unique_ptr<HcalL1TriggerObjects> HcalL1TrigObjCol(new HcalL1TriggerObjects);
73 
74  for (const auto& id: metadata->getAllChannels()) {
75  if (not (id.det() == DetId::Hcal and topo->valid(id))) continue;
76 
77  HcalDetId cell(id);
78  HcalSubdetector subdet = cell.subdet();
79  if (subdet != HcalBarrel and subdet != HcalEndcap and subdet != HcalForward) continue;
80 
82 
83  float gain = 0.0;
84  float ped = 0.0;
85 
86  for (auto i : {0,1,2,3}){
87  gain += calibrations.LUTrespcorrgain(i);
88  ped += calibrations.effpedestal(i);
89  }
90 
91  gain /= 4.;
92  ped /= 4.;
93 
94  const HcalChannelStatus* channelStatus = conditions->getHcalChannelStatus(cell);
95  uint32_t status = channelStatus->getValue();
96  HcalL1TriggerObject l1object(cell, ped, gain, status);
97  HcalL1TrigObjCol->setTopo(topo);
98  HcalL1TrigObjCol->addValues(l1object);
99  }
100 
101 
102  HcalL1TrigObjCol->setTagString(tagName_);
103  HcalL1TrigObjCol->setAlgoString("A 2-TS Peak Finder");
104  std::string outfilename = "Gen_L1TriggerObjects_";
105  outfilename += tagName_;
106  outfilename += ".txt";
107  std::ofstream of(outfilename.c_str());
108  HcalDbASCIIIO::dumpObject(of, *HcalL1TrigObjCol);
109 }
bool valid(const DetId &id) const override
const HcalChannelStatus * getHcalChannelStatus(const HcalGenericDetId &fId) const
std::vector< DetId > getAllChannels() const
constexpr double effpedestal(int fCapId) const
get effective pedestal for capid=0..3
HcalSubdetector
Definition: HcalAssistant.h:31
const HcalLutMetadata * getHcalLutMetadata() const
constexpr double LUTrespcorrgain(int fCapId) const
get LUT corrected and response corrected gain for capid=0..3
HLT enums.
bool dumpObject(std::ostream &fOutput, const HcalPedestals &fObject)
T get() const
Definition: EventSetup.h:62
uint32_t getValue() const
const HcalCalibrations & getHcalCalibrations(const HcalGenericDetId &fId) const
const HcalTopology * topo() const
void WriteL1TriggerObjectsTxt::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Member Data Documentation

std::string WriteL1TriggerObjectsTxt::tagName_
private

Definition at line 51 of file WriteL1TriggerObjectsTxt.cc.

Referenced by analyze().