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 Member Functions
CSCChamberTimeCorrectionsReadTest Class Reference

#include <CSCChamberTimeCorrectionsReadTest.h>

Inheritance diagram for CSCChamberTimeCorrectionsReadTest:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 CSCChamberTimeCorrectionsReadTest (const edm::ParameterSet &)
 
 ~CSCChamberTimeCorrectionsReadTest ()
 
- 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 (const std::string &iProcessName, std::vector< const char * > &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 ()
 

Private Member Functions

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

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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

Definition at line 18 of file CSCChamberTimeCorrectionsReadTest.h.

Constructor & Destructor Documentation

CSCChamberTimeCorrectionsReadTest::CSCChamberTimeCorrectionsReadTest ( const edm::ParameterSet )
explicit

Definition at line 4 of file CSCChamberTimeCorrectionsReadTest.cc.

4 {}
CSCChamberTimeCorrectionsReadTest::~CSCChamberTimeCorrectionsReadTest ( )

Definition at line 5 of file CSCChamberTimeCorrectionsReadTest.cc.

5 {}

Member Function Documentation

void CSCChamberTimeCorrectionsReadTest::analyze ( const edm::Event ,
const edm::EventSetup  
)
privatevirtual

Implements edm::EDAnalyzer.

Definition at line 7 of file CSCChamberTimeCorrectionsReadTest.cc.

References csccableread::cable_read(), gather_cfg::cout, i, and AlCaHLTBitMon_QueryRunRegistry::string.

8 {
9  csccableread *cable = new csccableread ();
10  std::cout << " Connected cscr for cables ... " << std::endl;
11 
12  // Get information by chamber index.
13  int chamberindex = 2;
14  std::cout<<std::endl;
15  std::cout<<std::endl;
16  std::cout<<"Method cable_read, input: chamber index "<<chamberindex<<std::endl;
17  std::cout<<std::endl;
18  std::string chamber_label, cfeb_rev, alct_rev;
19  float cfeb_length, alct_length, cfeb_tmb_skew_delay, cfeb_timing_corr;
20 
21  for (int i=1; i<=540; i++){
22  cable->cable_read(i, &chamber_label, &cfeb_length, &cfeb_rev,
23  &alct_length, &alct_rev, &cfeb_tmb_skew_delay, &cfeb_timing_corr);
24 
25  std::cout<<"chamber_label "<<" "<<chamber_label << " " ;//<<std::endl;
26  std::cout<<"cfeb_length "<<" "<<cfeb_length << " " ;//<<std::endl;
27  std::cout<<"cfeb_rev "<<" "<<cfeb_rev << " " ;//<<std::endl;
28  std::cout<<"alct_length "<<" "<<alct_length << " " ;//<<std::endl;
29  std::cout<<"alct_rev "<<" "<<alct_rev << " " ;//<<std::endl;
30  std::cout<<"cfeb_tmb_skew_delay "<<" "<<cfeb_tmb_skew_delay << " " ;//<<std::endl;
31  std::cout<<"cfeb_timing_corr "<<" "<<cfeb_timing_corr <<std::endl;
32 
33  }
34 
35 }
int i
Definition: DBlmapReader.cc:9
void cable_read(int chamber_index, std::string *chamber_label, float *cfeb_length, std::string *cfeb_rev, float *alct_length, std::string *alct_rev, float *cfeb_tmb_skew_delay, float *cfeb_timing_corr)
Definition: CSCCableRead.cc:28
tuple cout
Definition: gather_cfg.py:121
void CSCChamberTimeCorrectionsReadTest::beginJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 36 of file CSCChamberTimeCorrectionsReadTest.cc.

References gather_cfg::cout.

36  {
37  std::cout << "Here is the start" << std::endl;
38  std::cout << "-----------------" << std::endl;
39 }
tuple cout
Definition: gather_cfg.py:121
void CSCChamberTimeCorrectionsReadTest::endJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 40 of file CSCChamberTimeCorrectionsReadTest.cc.

References gather_cfg::cout.

40  {
41  std::cout << "---------------" << std::endl;
42  std::cout << "Here is the end" << std::endl;
43 }
tuple cout
Definition: gather_cfg.py:121