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
 
ESProxyIndex const * esGetTokenIndices (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::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)
 
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_
 

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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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 39 of file WriteL1TriggerObjectsTxt.cc.

Constructor & Destructor Documentation

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

Definition at line 52 of file WriteL1TriggerObjectsTxt.cc.

WriteL1TriggerObjectsTxt::~WriteL1TriggerObjectsTxt ( )
override

Definition at line 54 of file WriteL1TriggerObjectsTxt.cc.

54 {}

Member Function Documentation

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

Definition at line 56 of file WriteL1TriggerObjectsTxt.cc.

References AlignmentProducer_cff::calibrations, HcalDbASCIIIO::dumpObject(), HcalCalibrations::effpedestal(), PedestalClient_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(), SiStripCommissioningSource_FromRAW_cfg::outfilename, mps_update::status, AlCaHLTBitMon_QueryRunRegistry::string, HcalDetId::subdet(), tagName_, HcalCondObjectContainerBase::topo(), and HcalTopology::valid().

56  {
57  using namespace edm;
58 
60  iSetup.get<HcalDbRecord>().get(conditions);
61 
62  const HcalLutMetadata* metadata = conditions->getHcalLutMetadata();
63  const HcalTopology* topo = metadata->topo();
64 
65  std::unique_ptr<HcalL1TriggerObjects> HcalL1TrigObjCol(new HcalL1TriggerObjects);
66 
67  for (const auto& id : metadata->getAllChannels()) {
68  if (not(id.det() == DetId::Hcal and topo->valid(id)))
69  continue;
70 
71  HcalDetId cell(id);
72  HcalSubdetector subdet = cell.subdet();
73  if (subdet != HcalBarrel and subdet != HcalEndcap and subdet != HcalForward)
74  continue;
75 
77 
78  float gain = 0.0;
79  float ped = 0.0;
80 
81  for (auto i : {0, 1, 2, 3}) {
82  gain += calibrations.LUTrespcorrgain(i);
83  ped += calibrations.effpedestal(i);
84  }
85 
86  gain /= 4.;
87  ped /= 4.;
88 
89  const HcalChannelStatus* channelStatus = conditions->getHcalChannelStatus(cell);
90  uint32_t status = channelStatus->getValue();
91  HcalL1TriggerObject l1object(cell, ped, gain, status);
92  HcalL1TrigObjCol->setTopo(topo);
93  HcalL1TrigObjCol->addValues(l1object);
94  }
95 
96  HcalL1TrigObjCol->setTagString(tagName_);
97  HcalL1TrigObjCol->setAlgoString("A 2-TS Peak Finder");
98  std::string outfilename = "Gen_L1TriggerObjects_";
99  outfilename += tagName_;
100  outfilename += ".txt";
101  std::ofstream of(outfilename.c_str());
102  HcalDbASCIIIO::dumpObject(of, *HcalL1TrigObjCol);
103 }
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:73
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 49 of file WriteL1TriggerObjectsTxt.cc.

Referenced by analyze().