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
AnaMuonCaloCleaner Class Reference
Inheritance diagram for AnaMuonCaloCleaner:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 AnaMuonCaloCleaner (const edm::ParameterSet &)
 
 ~AnaMuonCaloCleaner ()
 
- 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
 
typedef std::map< std::string,
TTree * > 
TTreeMap
 
typedef std::map< std::string,
std::map< std::string, float > > 
TTreeTempStorageMap
 

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_
 
THistoMap histoMap_
 
TMySubMap subDetMap_
 
TTreeMap treeMap_
 
TTreeTempStorageMap treeStorageMap_
 

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 AnaMuonCaloCleaner.cc.

Member Typedef Documentation

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

Definition at line 77 of file AnaMuonCaloCleaner.cc.

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

Definition at line 75 of file AnaMuonCaloCleaner.cc.

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

Definition at line 76 of file AnaMuonCaloCleaner.cc.

typedef std::map<std::string, TTree * > AnaMuonCaloCleaner::TTreeMap
private

Definition at line 84 of file AnaMuonCaloCleaner.cc.

typedef std::map<std::string, std::map<std::string, float> > AnaMuonCaloCleaner::TTreeTempStorageMap
private

Definition at line 85 of file AnaMuonCaloCleaner.cc.

Constructor & Destructor Documentation

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

Definition at line 103 of file AnaMuonCaloCleaner.cc.

AnaMuonCaloCleaner::~AnaMuonCaloCleaner ( )

Definition at line 231 of file AnaMuonCaloCleaner.cc.

Member Function Documentation

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

Implements edm::EDAnalyzer.

Definition at line 154 of file AnaMuonCaloCleaner.cc.

void AnaMuonCaloCleaner::beginJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 249 of file AnaMuonCaloCleaner.cc.

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

Reimplemented from edm::EDAnalyzer.

Definition at line 274 of file AnaMuonCaloCleaner.cc.

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

Reimplemented from edm::EDAnalyzer.

Definition at line 262 of file AnaMuonCaloCleaner.cc.

void AnaMuonCaloCleaner::endJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 255 of file AnaMuonCaloCleaner.cc.

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

Reimplemented from edm::EDAnalyzer.

Definition at line 280 of file AnaMuonCaloCleaner.cc.

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

Reimplemented from edm::EDAnalyzer.

Definition at line 268 of file AnaMuonCaloCleaner.cc.

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

Definition at line 286 of file AnaMuonCaloCleaner.cc.

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

Definition at line 216 of file AnaMuonCaloCleaner.cc.

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

Definition at line 212 of file AnaMuonCaloCleaner.cc.

Member Data Documentation

edm::InputTag AnaMuonCaloCleaner::_inputCol
private

Definition at line 68 of file AnaMuonCaloCleaner.cc.

int AnaMuonCaloCleaner::charge_
private

Definition at line 69 of file AnaMuonCaloCleaner.cc.

edm::InputTag AnaMuonCaloCleaner::colDep_
private

Definition at line 67 of file AnaMuonCaloCleaner.cc.

edm::InputTag AnaMuonCaloCleaner::colLen_
private

Definition at line 66 of file AnaMuonCaloCleaner.cc.

TMyMainMap AnaMuonCaloCleaner::detMap_
private

Definition at line 81 of file AnaMuonCaloCleaner.cc.

THistoMap AnaMuonCaloCleaner::histoMap_
private

Definition at line 80 of file AnaMuonCaloCleaner.cc.

TMySubMap AnaMuonCaloCleaner::subDetMap_
private

Definition at line 82 of file AnaMuonCaloCleaner.cc.

TTreeMap AnaMuonCaloCleaner::treeMap_
private

Definition at line 86 of file AnaMuonCaloCleaner.cc.

TTreeTempStorageMap AnaMuonCaloCleaner::treeStorageMap_
private

Definition at line 87 of file AnaMuonCaloCleaner.cc.