|
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 |
|
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 |
|
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 & | 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> |
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) |
|
Definition at line 31 of file L1TGlobalSummary.cc.
Implements edm::one::EDAnalyzerBase.
Definition at line 165 of file L1TGlobalSummary.cc.
172 LogDebug(
"l1t|Global") <<
"retrieved L1 GT data blocks" << endl;
178 LogDebug(
"l1t|Global") <<
"retrieved L1 data from GT Util" << endl;
185 const std::vector<std::pair<std::string, std::vector<int>>> masks =
gtUtil_->
masks();
190 LogError(
"l1t|Global") <<
"gtUtil sizes inconsistent across run." << endl;
195 cout <<
"\n===================================== Trigger Results for BX=0 "
196 "=============================================\n"
198 cout <<
" Bit Algorithm Name Init aBXM Final PS Factor Num Bx "
201 cout <<
"========================================================================================================"
205 for (
unsigned int i = 0;
i < initialDecisions.size();
i++) {
211 bool resultInit = (initialDecisions.at(
i)).
second;
214 bool resultInterm = (intermDecisions.at(
i)).
second;
215 bool resultFin = (finalDecisions.at(
i)).
second;
219 std::vector<int> mask = (masks.at(
i)).
second;
231 cout <<
std::dec << setfill(
' ') <<
" " << setw(5) <<
i <<
" " << setw(40) <<
name.c_str() <<
" "
232 << setw(7) << resultInit << setw(7) << resultInterm << setw(7) << resultFin << setw(10) <<
prescale
233 << setw(11) << mask.size() << endl;
240 cout <<
" FinalOR = " << finOR << endl;
241 cout <<
"========================================================================================================"
251 cout <<
" ------ Bx= " <<
i <<
" ext ----------" << endl;
253 if (
i >=
ext->getFirstBX() &&
i <=
ext->getLastBX()) {
254 for (std::vector<GlobalExtBlk>::const_iterator extBlk =
ext->begin(
i); extBlk !=
ext->end(
i); ++extBlk) {
259 cout <<
"No Ext Conditions stored for this bx " <<
i << endl;
262 LogError(
"L1TGlobalSummary") <<
"No ext Data in this event " << endl;
266 cout <<
" ------ Bx= " <<
i <<
" alg ----------" << endl;
268 if (
i >= alg->getFirstBX() &&
i <= alg->getLastBX()) {
269 for (std::vector<GlobalAlgBlk>::const_iterator algBlk = alg->begin(
i); algBlk != alg->end(
i); ++algBlk) {
274 cout <<
"No Alg Decisions stored for this bx " <<
i << endl;
277 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.