#include <src/L1RCTSaveInput/src/L1RCTSaveInput.cc>
Private Attributes | |
edm::InputTag | ecalDigisLabel |
std::string | fileName |
edm::InputTag | hcalDigisLabel |
std::ofstream | ofs |
L1RCT * | rct |
L1RCTLookupTables * | rctLookupTables |
bool | useDebugTpgScales |
bool | useEcal |
bool | useHcal |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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) |
Description: Saves the input event from TPGs for loading simulated events in hardware
Implementation: Kind of kludgy – should think of a better way in future
Definition at line 38 of file L1RCTSaveInput.h.
|
explicit |
Definition at line 45 of file L1RCTSaveInput.cc.
References dtNoiseDBValidation_cfg::cerr, cmsRelvalreport::exit, fileName, and ofs.
L1RCTSaveInput::~L1RCTSaveInput | ( | ) |
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 70 of file L1RCTSaveInput.cc.
References trackerHits::c, gather_cfg::cout, L1RCT::digiInput(), alignCSCRings::e, patCandidatesForDimuonsSequences_cff::ecal, EcalBarrel, L1RCT::ecalCompressedET(), ecalDigisLabel, EcalEndcap, L1RCT::ecalFineGrainBit(), edm::EventSetup::get(), EcalTPGScale::getTPGInGeV(), h, patCandidatesForDimuonsSequences_cff::hcal, L1RCT::hcalCompressedET(), hcalDigisLabel, CaloTPGTranscoder::hcaletValue(), L1RCT::hcalFineGrainBit(), edm::HandleBase::isValid(), L1RCTLookupTables::lookup(), L1CaloEcalScale::nBinEta, L1CaloHcalScale::nBinEta, L1CaloHcalScale::nBinRank, L1CaloEcalScale::nBinRank, nEvents, ofs, edm::ESHandle< class >::product(), alignCSCRings::r, rct, rctLookupTables, alignCSCRings::s, L1CaloHcalScale::setBin(), L1CaloEcalScale::setBin(), L1RCTLookupTables::setChannelMask(), L1RCTLookupTables::setEcalScale(), EcalTPGScale::setEventSetup(), L1RCTLookupTables::setHcalScale(), L1RCTLookupTables::setL1CaloEtScale(), L1RCTLookupTables::setRCTParameters(), and useDebugTpgScales.
|
private |
Definition at line 49 of file L1RCTSaveInput.h.
Referenced by analyze().
|
private |
Definition at line 44 of file L1RCTSaveInput.h.
Referenced by L1RCTSaveInput().
|
private |
Definition at line 50 of file L1RCTSaveInput.h.
Referenced by analyze().
|
private |
Definition at line 52 of file L1RCTSaveInput.h.
Referenced by analyze(), and L1RCTSaveInput().
|
private |
Definition at line 46 of file L1RCTSaveInput.h.
Referenced by analyze(), and ~L1RCTSaveInput().
|
private |
Definition at line 45 of file L1RCTSaveInput.h.
Referenced by analyze(), and ~L1RCTSaveInput().
|
private |
Definition at line 51 of file L1RCTSaveInput.h.
Referenced by analyze().
|
private |
Definition at line 47 of file L1RCTSaveInput.h.
|
private |
Definition at line 48 of file L1RCTSaveInput.h.