CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
MuonAnalyzerBase Class Referenceabstract

#include <MuonAnalyzerBase.h>

Inheritance diagram for MuonAnalyzerBase:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &, reco::Muon &recoMuon)
 Get the analysis of the muon properties. More...
 
void analyze (const edm::Event &, const edm::EventSetup &, reco::Track &recoTrack)
 Get the analysis of the muon track properties. More...
 
void analyze (const edm::Event &, const edm::EventSetup &)
 
virtual void beginJob (DQMStore *dbe)=0
 Inizialize parameters for histo binning. More...
 
 MuonAnalyzerBase (MuonServiceProxy *theServ)
 Constructor. More...
 
MuonServiceProxyservice ()
 
virtual ~MuonAnalyzerBase ()
 Destructor. More...
 
- 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
 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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Attributes

MuonServiceProxytheService
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- 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

base class for all DQM monitor sources

Author
G. Mila - INFN Torino

Definition at line 28 of file MuonAnalyzerBase.h.

Constructor & Destructor Documentation

MuonAnalyzerBase::MuonAnalyzerBase ( MuonServiceProxy theServ)
inline

Constructor.

Definition at line 32 of file MuonAnalyzerBase.h.

32 :theService(theServ){}
MuonServiceProxy * theService
virtual MuonAnalyzerBase::~MuonAnalyzerBase ( )
inlinevirtual

Destructor.

Definition at line 35 of file MuonAnalyzerBase.h.

35 {}

Member Function Documentation

void MuonAnalyzerBase::analyze ( const edm::Event ,
const edm::EventSetup ,
reco::Muon recoMuon 
)
inline

Get the analysis of the muon properties.

Definition at line 41 of file MuonAnalyzerBase.h.

41 {}
void MuonAnalyzerBase::analyze ( const edm::Event ,
const edm::EventSetup ,
reco::Track recoTrack 
)
inline

Get the analysis of the muon track properties.

Definition at line 44 of file MuonAnalyzerBase.h.

44 {}
void MuonAnalyzerBase::analyze ( const edm::Event ,
const edm::EventSetup  
)
inlinevirtual

Implements edm::EDAnalyzer.

Definition at line 45 of file MuonAnalyzerBase.h.

45 {};
virtual void MuonAnalyzerBase::beginJob ( DQMStore dbe)
pure virtual

Inizialize parameters for histo binning.

MuonServiceProxy* MuonAnalyzerBase::service ( )
inline

Definition at line 47 of file MuonAnalyzerBase.h.

References theService.

47 {return theService;}
MuonServiceProxy * theService

Member Data Documentation

MuonServiceProxy* MuonAnalyzerBase::theService
private

Definition at line 51 of file MuonAnalyzerBase.h.

Referenced by service().