|
void | analyze (const edm::Event &, const edm::EventSetup &) override |
|
void | beginRun (Run const &, EventSetup const &) override |
|
void | endRun (Run const &, EventSetup const &) override |
|
| L1TGlobalSummary (const edm::ParameterSet &) |
|
| ~L1TGlobalSummary () override |
|
| EDAnalyzer ()=default |
|
SerialTaskQueue * | globalLuminosityBlocksQueue () final |
|
SerialTaskQueue * | globalRunsQueue () final |
|
bool | wantsGlobalLuminosityBlocks () const final |
|
bool | wantsGlobalRuns () const final |
|
bool | wantsInputProcessBlocks () const final |
|
bool | wantsProcessBlocks () const final |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
bool | wantsStreamLuminosityBlocks () const |
|
bool | wantsStreamRuns () const |
|
| ~EDAnalyzerBase () override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
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 & | operator= (EDConsumerBase &&)=default |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
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) |
|
|
typedef EDAnalyzerBase | ModuleType |
|
typedef ProductLabels | Labels |
|
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 = InEvent> |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
|
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<Transition Tr = Transition::Event> |
constexpr auto | esConsumes () noexcept |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes (ESInputTag const &tag) |
|
template<Transition Tr = Transition::Event> |
auto | esConsumes (ESInputTag tag) noexcept |
|
template<Transition Tr = Transition::Event> |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
| Used with EventSetupRecord::doGet. More...
|
|
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) |
|
Definition at line 30 of file L1TGlobalSummary.cc.
Implements edm::one::EDAnalyzerBase.
Definition at line 164 of file L1TGlobalSummary.cc.
171 LogDebug(
"l1t|Global") <<
"retrieved L1 GT data blocks" << endl;
177 LogDebug(
"l1t|Global") <<
"retrieved L1 data from GT Util" << endl;
184 const std::vector<std::pair<std::string, std::vector<int>>> masks =
gtUtil_->
masks();
189 LogError(
"l1t|Global") <<
"gtUtil sizes inconsistent across run." << endl;
194 cout <<
"\n===================================== Trigger Results for BX=0 "
195 "=============================================\n"
197 cout <<
" Bit Algorithm Name Init aBXM Final PS Factor Num Bx "
200 cout <<
"========================================================================================================"
204 for (
unsigned int i = 0;
i < initialDecisions.size();
i++) {
210 bool resultInit = (initialDecisions.at(
i)).
second;
213 bool resultInterm = (intermDecisions.at(
i)).
second;
214 bool resultFin = (finalDecisions.at(
i)).
second;
218 std::vector<int> mask = (masks.at(
i)).
second;
230 cout <<
std::dec << setfill(
' ') <<
" " << setw(5) <<
i <<
" " << setw(40) <<
name.c_str() <<
" "
231 << setw(7) << resultInit << setw(7) << resultInterm << setw(7) << resultFin << setw(10) <<
prescale
232 << setw(11) << mask.size() << endl;
239 cout <<
" FinalOR = " << finOR << endl;
240 cout <<
"========================================================================================================"
250 cout <<
" ------ Bx= " <<
i <<
" ext ----------" << endl;
252 if (
i >=
ext->getFirstBX() &&
i <=
ext->getLastBX()) {
253 for (std::vector<GlobalExtBlk>::const_iterator extBlk =
ext->begin(
i); extBlk !=
ext->end(
i); ++extBlk) {
258 cout <<
"No Ext Conditions stored for this bx " <<
i << endl;
261 LogError(
"L1TGlobalSummary") <<
"No ext Data in this event " << endl;
265 cout <<
" ------ Bx= " <<
i <<
" alg ----------" << endl;
267 if (
i >= alg->getFirstBX() &&
i <= alg->getLastBX()) {
268 for (std::vector<GlobalAlgBlk>::const_iterator algBlk = alg->begin(
i); algBlk != alg->end(
i); ++algBlk) {
273 cout <<
"No Alg Decisions stored for this bx " <<
i << endl;
276 LogError(
"L1TGlobalSummary") <<
"No alg Data in this event " << endl;
References gather_cfg::cout, TauDecayModes::dec, edm::first(), mps_fire::i, iEvent, edm::HandleBase::isValid(), LogDebug, Skims_PA_cff::name, hltrates_dqm_sourceclient-live_cfg::prescales, edm::second(), and AlCaHLTBitMon_QueryRunRegistry::string.