CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
L1MuCSCTFParametersTester Class Reference

#include <L1MuCSCTFParametersTester.h>

Inheritance diagram for L1MuCSCTFParametersTester:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
 L1MuCSCTFParametersTester (const edm::ParameterSet &)
 
virtual ~L1MuCSCTFParametersTester ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 EDConsumerBase ()
 
ProductHolderIndex indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- 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::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
CurrentProcessingContext const * currentContext () const
 
- 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

Description: test analyzer for L1 CSCTF parameters.

Implementation: <TODO: enter implementation details>

Author
: G.P. Di Giovanni - University of Florida
Date:
2010/05/21 13:04:50
Revision:
1.1

Description: test analyzer for L1 CSCTF parameters.

Implementation: <TODO: enter implementation details>

Author
: G.P. Di Giovanni - University of Florida
Date:
2010/05/21 13:04:49
Revision:
1.1

Definition at line 37 of file L1MuCSCTFParametersTester.h.

Constructor & Destructor Documentation

L1MuCSCTFParametersTester::L1MuCSCTFParametersTester ( const edm::ParameterSet parSet)
explicit

Definition at line 42 of file L1MuCSCTFParametersTester.cc.

43 {
44  // empty
45 }
L1MuCSCTFParametersTester::~L1MuCSCTFParametersTester ( )
virtual

Definition at line 48 of file L1MuCSCTFParametersTester.cc.

49 {
50  // empty
51 }

Member Function Documentation

void L1MuCSCTFParametersTester::analyze ( const edm::Event iEvent,
const edm::EventSetup evSetup 
)
virtual

Implements edm::EDAnalyzer.

Definition at line 54 of file L1MuCSCTFParametersTester.cc.

References gather_cfg::cout, and edm::EventSetup::get().

56 {
57 
59  evSetup.get< L1MuCSCTFConfigurationRcd >().get( l1CSCTFPar ) ;
60 
61  l1CSCTFPar->print(std::cout);
62 }
const T & get() const
Definition: EventSetup.h:55
tuple cout
Definition: gather_cfg.py:121