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
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () 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
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
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_
 
edm::ESGetToken< HcalDbService, HcalDbRecordtok_dbservice_
 

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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 38 of file WriteL1TriggerObjectsTxt.cc.

Constructor & Destructor Documentation

◆ WriteL1TriggerObjectsTxt()

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

Definition at line 52 of file WriteL1TriggerObjectsTxt.cc.

53  : tagName_(iConfig.getParameter<std::string>("TagName")),
54  tok_dbservice_(esConsumes<HcalDbService, HcalDbRecord>()) {}
edm::ESGetToken< HcalDbService, HcalDbRecord > tok_dbservice_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303

◆ ~WriteL1TriggerObjectsTxt()

WriteL1TriggerObjectsTxt::~WriteL1TriggerObjectsTxt ( )
override

Definition at line 56 of file WriteL1TriggerObjectsTxt.cc.

56 {}

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 58 of file WriteL1TriggerObjectsTxt.cc.

References AlignmentProducer_cff::calibrations, submitPVValidationJobs::conditions, HcalDbASCIIIO::dumpObject(), PedestalClient_cfi::gain, edm::EventSetup::getData(), HcalChannelStatus::getValue(), DetId::Hcal, HcalBarrel, HcalEndcap, HcalForward, mps_fire::i, OccupancyTask_cfi::metadata, haddnano::of, SiStripCommissioningSource_FromRAW_cfg::outfilename, mps_update::status, AlCaHLTBitMon_QueryRunRegistry::string, HcalDetId::subdet(), tagName_, tok_dbservice_, and HcalTopology::valid().

58  {
59  using namespace edm;
60 
62 
63  const HcalLutMetadata* metadata = conditions->getHcalLutMetadata();
64  const HcalTopology* topo = metadata->topo();
65 
66  std::unique_ptr<HcalL1TriggerObjects> HcalL1TrigObjCol(new HcalL1TriggerObjects);
67 
68  for (const auto& id : metadata->getAllChannels()) {
69  if (not(id.det() == DetId::Hcal and topo->valid(id)))
70  continue;
71 
72  HcalDetId cell(id);
73  HcalSubdetector subdet = cell.subdet();
74  if (subdet != HcalBarrel and subdet != HcalEndcap and subdet != HcalForward)
75  continue;
76 
77  HcalCalibrations calibrations = conditions->getHcalCalibrations(cell);
78 
79  float gain = 0.0;
80  float ped = 0.0;
81 
82  for (auto i : {0, 1, 2, 3}) {
83  gain += calibrations.LUTrespcorrgain(i);
84  ped += calibrations.effpedestal(i);
85  }
86 
87  gain /= 4.;
88  ped /= 4.;
89 
90  const HcalChannelStatus* channelStatus = conditions->getHcalChannelStatus(cell);
91  uint32_t status = channelStatus->getValue();
92  HcalL1TriggerObject l1object(cell, ped, gain, status);
93  HcalL1TrigObjCol->setTopo(topo);
94  HcalL1TrigObjCol->addValues(l1object);
95  }
96 
97  HcalL1TrigObjCol->setTagString(tagName_);
98  HcalL1TrigObjCol->setAlgoString("A 2-TS Peak Finder");
99  std::string outfilename = "Gen_L1TriggerObjects_";
101  outfilename += ".txt";
102  std::ofstream of(outfilename.c_str());
103  HcalDbASCIIIO::dumpObject(of, *HcalL1TrigObjCol);
104 }
edm::ESGetToken< HcalDbService, HcalDbRecord > tok_dbservice_
bool valid(const DetId &id) const override
HcalSubdetector
Definition: HcalAssistant.h:31
bool getData(T &iHolder) const
Definition: EventSetup.h:122
uint32_t getValue() const
HLT enums.
bool dumpObject(std::ostream &fOutput, const HcalPedestals &fObject)

◆ fillDescriptions()

void WriteL1TriggerObjectsTxt::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 106 of file WriteL1TriggerObjectsTxt.cc.

References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.

106  {
108  desc.setUnknown();
109  descriptions.addDefault(desc);
110 }
void addDefault(ParameterSetDescription const &psetDescription)

Member Data Documentation

◆ tagName_

std::string WriteL1TriggerObjectsTxt::tagName_
private

Definition at line 48 of file WriteL1TriggerObjectsTxt.cc.

Referenced by analyze().

◆ tok_dbservice_

edm::ESGetToken<HcalDbService, HcalDbRecord> WriteL1TriggerObjectsTxt::tok_dbservice_
private

Definition at line 49 of file WriteL1TriggerObjectsTxt.cc.

Referenced by analyze().