#include <L1RCTSaveInput.h>
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 |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
src/L1RCTSaveInput/src/L1RCTSaveInput.cc
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 39 of file L1RCTSaveInput.h.
|
explicit |
Definition at line 45 of file L1RCTSaveInput.cc.
References beam_dqm_sourceclient-live_cfg::cerr, beamvalidation::exit(), fileName, and ofs.
|
override |
|
overridevirtual |
Implements edm::EDAnalyzer.
Definition at line 68 of file L1RCTSaveInput.cc.
References HltBtagPostValidation_cff::c, gather_cfg::cout, TauDecayModes::dec, L1RCT::digiInput(), MillePedeFileConverter_cfg::e, bsc_activity_cfg::ecal, EcalBarrel, L1RCT::ecalCompressedET(), ecalDigisLabel, EcalEndcap, L1RCT::ecalFineGrainBit(), options_cfi::eventSetup, get, EcalTPGScale::getTPGInGeV(), patCandidatesForDimuonsSequences_cff::hcal, L1RCT::hcalCompressedET(), hcalDigisLabel, CaloTPGTranscoder::hcaletValue(), L1RCT::hcalFineGrainBit(), LEDCalibrationChannels::ieta, L1RCTLookupTables::lookup(), L1CaloEcalScale::nBinEta, L1CaloHcalScale::nBinEta, L1CaloEcalScale::nBinRank, L1CaloHcalScale::nBinRank, nEvents, ofs, edm::ESHandle< T >::product(), alignCSCRings::r, rct, rctLookupTables, alignCSCRings::s, L1CaloEcalScale::setBin(), L1CaloHcalScale::setBin(), L1RCTLookupTables::setChannelMask(), L1RCTLookupTables::setEcalScale(), EcalTPGScale::setEventSetup(), L1RCTLookupTables::setHcalScale(), L1RCTLookupTables::setL1CaloEtScale(), L1RCTLookupTables::setRCTParameters(), and useDebugTpgScales.
|
private |
Definition at line 51 of file L1RCTSaveInput.h.
Referenced by analyze().
|
private |
Definition at line 46 of file L1RCTSaveInput.h.
Referenced by L1RCTSaveInput().
|
private |
Definition at line 52 of file L1RCTSaveInput.h.
Referenced by analyze().
|
private |
Definition at line 54 of file L1RCTSaveInput.h.
Referenced by analyze(), and L1RCTSaveInput().
|
private |
Definition at line 48 of file L1RCTSaveInput.h.
Referenced by analyze(), and ~L1RCTSaveInput().
|
private |
Definition at line 47 of file L1RCTSaveInput.h.
Referenced by analyze(), and ~L1RCTSaveInput().
|
private |
Definition at line 53 of file L1RCTSaveInput.h.
Referenced by analyze().
|
private |
Definition at line 49 of file L1RCTSaveInput.h.
|
private |
Definition at line 50 of file L1RCTSaveInput.h.