Public Member Functions | |
L1TComparison (const ParameterSet &) | |
~L1TComparison () | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
virtual void | analyze (Event const &, EventSetup const &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (LuminosityBlock const &, EventSetup const &) |
virtual void | beginRun (Run const &, EventSetup const &) |
virtual void | endJob () |
virtual void | endLuminosityBlock (LuminosityBlock const &, EventSetup const &) |
virtual void | endRun (Run const &, EventSetup const &) |
Private Attributes | |
bool | algCheck_ |
int | algCount_ |
int | algFails_ |
edm::EDGetTokenT < GlobalAlgBlkBxCollection > | algTokenA_ |
edm::EDGetTokenT < GlobalAlgBlkBxCollection > | algTokenB_ |
bool | bxZeroOnly_ |
bool | egCheck_ |
int | egCount_ |
int | egFails_ |
edm::EDGetTokenT < EGammaBxCollection > | egTokenA_ |
edm::EDGetTokenT < EGammaBxCollection > | egTokenB_ |
bool | jetCheck_ |
int | jetCount_ |
int | jetFails_ |
edm::EDGetTokenT< JetBxCollection > | jetTokenA_ |
edm::EDGetTokenT< JetBxCollection > | jetTokenB_ |
bool | muonCheck_ |
int | muonCount_ |
int | muonFails_ |
edm::EDGetTokenT < MuonBxCollection > | muonTokenA_ |
edm::EDGetTokenT < MuonBxCollection > | muonTokenB_ |
bool | sumCheck_ |
int | sumCount_ |
int | sumFails_ |
edm::EDGetTokenT < EtSumBxCollection > | sumTokenA_ |
edm::EDGetTokenT < EtSumBxCollection > | sumTokenB_ |
string | tag_ |
bool | tauCheck_ |
int | tauCount_ |
int | tauFails_ |
edm::EDGetTokenT< TauBxCollection > | tauTokenA_ |
edm::EDGetTokenT< TauBxCollection > | tauTokenB_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | 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 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) |
Definition at line 61 of file L1TComparison.cc.
|
explicit |
Definition at line 122 of file L1TComparison.cc.
References gather_cfg::cout, and edm::ParameterSet::getParameter().
L1TComparison::~L1TComparison | ( | ) |
Definition at line 172 of file L1TComparison.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 176 of file L1TComparison.cc.
References compare_l1candidate(), gather_cfg::cout, cmsPerfPublish::fail(), edm::Event::getByToken(), and edm::HandleBase::isValid().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 344 of file L1TComparison.cc.
References gather_cfg::cout.
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 350 of file L1TComparison.cc.
References gather_cfg::cout, and cmsPerfPublish::fail().
|
privatevirtual |
|
privatevirtual |
|
static |
Definition at line 404 of file L1TComparison.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 87 of file L1TComparison.cc.
|
private |
Definition at line 111 of file L1TComparison.cc.
|
private |
Definition at line 119 of file L1TComparison.cc.
|
private |
Definition at line 96 of file L1TComparison.cc.
|
private |
Definition at line 103 of file L1TComparison.cc.
|
private |
Definition at line 88 of file L1TComparison.cc.
|
private |
Definition at line 82 of file L1TComparison.cc.
|
private |
Definition at line 106 of file L1TComparison.cc.
|
private |
Definition at line 114 of file L1TComparison.cc.
|
private |
Definition at line 91 of file L1TComparison.cc.
|
private |
Definition at line 98 of file L1TComparison.cc.
|
private |
Definition at line 84 of file L1TComparison.cc.
|
private |
Definition at line 108 of file L1TComparison.cc.
|
private |
Definition at line 116 of file L1TComparison.cc.
|
private |
Definition at line 93 of file L1TComparison.cc.
|
private |
Definition at line 100 of file L1TComparison.cc.
|
private |
Definition at line 86 of file L1TComparison.cc.
|
private |
Definition at line 110 of file L1TComparison.cc.
|
private |
Definition at line 118 of file L1TComparison.cc.
|
private |
Definition at line 95 of file L1TComparison.cc.
|
private |
Definition at line 102 of file L1TComparison.cc.
|
private |
Definition at line 85 of file L1TComparison.cc.
|
private |
Definition at line 109 of file L1TComparison.cc.
|
private |
Definition at line 117 of file L1TComparison.cc.
|
private |
Definition at line 94 of file L1TComparison.cc.
|
private |
Definition at line 101 of file L1TComparison.cc.
|
private |
Definition at line 79 of file L1TComparison.cc.
|
private |
Definition at line 83 of file L1TComparison.cc.
|
private |
Definition at line 107 of file L1TComparison.cc.
|
private |
Definition at line 115 of file L1TComparison.cc.
|
private |
Definition at line 92 of file L1TComparison.cc.
|
private |
Definition at line 99 of file L1TComparison.cc.