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 Member Functions | Private Attributes
AnaL1CaloCleaner Class Reference
Inheritance diagram for AnaL1CaloCleaner:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 AnaL1CaloCleaner (const edm::ParameterSet &)
 
 ~AnaL1CaloCleaner ()
 
- 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 Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 

Private Attributes

Float_t calo_upara_
 
Float_t calo_uperp_
 
Int_t charge_
 
edm::InputTag colCaloDepositsMinus_
 
edm::InputTag colCaloDepositsPlus_
 
edm::InputTag colCaloLengthsMinus_
 
edm::InputTag colCaloLengthsPlus_
 
edm::InputTag colCaloMET_
 
edm::InputTag colGenParticles_
 
edm::InputTag colL1ETM_
 
edm::InputTag colMuons_
 
Float_t dep_ecal_
 
Float_t dep_hcal_
 
Float_t dep_ho_
 
Float_t eta_
 
Float_t l1_upara_
 
Float_t l1_uperp_
 
Float_t len_ecal_
 
Float_t len_hcal_
 
Float_t len_ho_
 
Float_t p_
 
Float_t phi_
 
Float_t pt_
 
TTree * tree_
 

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 37 of file AnaL1CaloCleaner.cc.

Constructor & Destructor Documentation

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

Definition at line 132 of file AnaL1CaloCleaner.cc.

AnaL1CaloCleaner::~AnaL1CaloCleaner ( )

Definition at line 270 of file AnaL1CaloCleaner.cc.

Member Function Documentation

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

Implements edm::EDAnalyzer.

Definition at line 163 of file AnaL1CaloCleaner.cc.

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

Definition at line 276 of file AnaL1CaloCleaner.cc.

Member Data Documentation

Float_t AnaL1CaloCleaner::calo_upara_
private

Definition at line 69 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::calo_uperp_
private

Definition at line 70 of file AnaL1CaloCleaner.cc.

Int_t AnaL1CaloCleaner::charge_
private

Definition at line 71 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colCaloDepositsMinus_
private

Definition at line 49 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colCaloDepositsPlus_
private

Definition at line 50 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colCaloLengthsMinus_
private

Definition at line 47 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colCaloLengthsPlus_
private

Definition at line 48 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colCaloMET_
private

Definition at line 52 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colGenParticles_
private

Definition at line 53 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colL1ETM_
private

Definition at line 51 of file AnaL1CaloCleaner.cc.

edm::InputTag AnaL1CaloCleaner::colMuons_
private

Definition at line 54 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::dep_ecal_
private

Definition at line 64 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::dep_hcal_
private

Definition at line 65 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::dep_ho_
private

Definition at line 66 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::eta_
private

Definition at line 59 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::l1_upara_
private

Definition at line 67 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::l1_uperp_
private

Definition at line 68 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::len_ecal_
private

Definition at line 61 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::len_hcal_
private

Definition at line 62 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::len_ho_
private

Definition at line 63 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::p_
private

Definition at line 58 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::phi_
private

Definition at line 60 of file AnaL1CaloCleaner.cc.

Float_t AnaL1CaloCleaner::pt_
private

Definition at line 57 of file AnaL1CaloCleaner.cc.

TTree* AnaL1CaloCleaner::tree_
private

Definition at line 56 of file AnaL1CaloCleaner.cc.