CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes
TestMuonCaloCleaner Class Reference
Inheritance diagram for TestMuonCaloCleaner:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 TestMuonCaloCleaner (const edm::ParameterSet &)
 
 ~TestMuonCaloCleaner ()
 
- 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< ConsumesInfoconsumesInfo () 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 (edm::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 Types

typedef std::map< std::string,
TH2F * > 
THistoMap
 
typedef std::map< int,
std::string > 
TMyMainMap
 
typedef std::map< int,
std::map< int, std::string > > 
TMySubMap
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
virtual void beginJob ()
 
virtual void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &)
 
virtual void endJob ()
 
virtual void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void endRun (edm::Run const &, edm::EventSetup const &)
 
std::vector< std::string > getAllKeys ()
 
std::string getKey (const DetId &det)
 

Private Attributes

edm::InputTag _inputCol
 
int charge_
 
edm::InputTag colDep_
 
edm::InputTag colLen_
 
TMyMainMap detMap_
 
TMySubMap subDetMap_
 

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)
 

Detailed Description

Definition at line 49 of file TestMuonCaloCleaner.cc.

Member Typedef Documentation

typedef std::map<std::string, TH2F * > TestMuonCaloCleaner::THistoMap
private

Definition at line 77 of file TestMuonCaloCleaner.cc.

typedef std::map<int, std::string > TestMuonCaloCleaner::TMyMainMap
private

Definition at line 75 of file TestMuonCaloCleaner.cc.

typedef std::map<int, std::map<int, std::string> > TestMuonCaloCleaner::TMySubMap
private

Definition at line 76 of file TestMuonCaloCleaner.cc.

Constructor & Destructor Documentation

TestMuonCaloCleaner::TestMuonCaloCleaner ( const edm::ParameterSet iConfig)
explicit

Definition at line 98 of file TestMuonCaloCleaner.cc.

TestMuonCaloCleaner::~TestMuonCaloCleaner ( )

Definition at line 212 of file TestMuonCaloCleaner.cc.

Member Function Documentation

void TestMuonCaloCleaner::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
privatevirtual

Implements edm::EDAnalyzer.

Definition at line 127 of file TestMuonCaloCleaner.cc.

void TestMuonCaloCleaner::beginJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 230 of file TestMuonCaloCleaner.cc.

void TestMuonCaloCleaner::beginLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 255 of file TestMuonCaloCleaner.cc.

void TestMuonCaloCleaner::beginRun ( edm::Run const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 243 of file TestMuonCaloCleaner.cc.

void TestMuonCaloCleaner::endJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 236 of file TestMuonCaloCleaner.cc.

void TestMuonCaloCleaner::endLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 261 of file TestMuonCaloCleaner.cc.

void TestMuonCaloCleaner::endRun ( edm::Run const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 249 of file TestMuonCaloCleaner.cc.

void TestMuonCaloCleaner::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 267 of file TestMuonCaloCleaner.cc.

std::vector< std::string > TestMuonCaloCleaner::getAllKeys ( )
private

Definition at line 197 of file TestMuonCaloCleaner.cc.

std::string TestMuonCaloCleaner::getKey ( const DetId det)
private

Definition at line 193 of file TestMuonCaloCleaner.cc.

Member Data Documentation

edm::InputTag TestMuonCaloCleaner::_inputCol
private

Definition at line 68 of file TestMuonCaloCleaner.cc.

int TestMuonCaloCleaner::charge_
private

Definition at line 69 of file TestMuonCaloCleaner.cc.

edm::InputTag TestMuonCaloCleaner::colDep_
private

Definition at line 67 of file TestMuonCaloCleaner.cc.

edm::InputTag TestMuonCaloCleaner::colLen_
private

Definition at line 66 of file TestMuonCaloCleaner.cc.

TMyMainMap TestMuonCaloCleaner::detMap_
private

Definition at line 80 of file TestMuonCaloCleaner.cc.

TMySubMap TestMuonCaloCleaner::subDetMap_
private

Definition at line 81 of file TestMuonCaloCleaner.cc.