CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions
CSCChamberTimeCorrectionsReadTest Class Reference
Inheritance diagram for CSCChamberTimeCorrectionsReadTest:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 CSCChamberTimeCorrectionsReadTest (const edm::ParameterSet &)
 
 ~CSCChamberTimeCorrectionsReadTest () override=default
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

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

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 8 of file CSCChamberTimeCorrectionsReadTest.cc.

Constructor & Destructor Documentation

◆ CSCChamberTimeCorrectionsReadTest()

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

Definition at line 22 of file CSCChamberTimeCorrectionsReadTest.cc.

22 {}

◆ ~CSCChamberTimeCorrectionsReadTest()

CSCChamberTimeCorrectionsReadTest::~CSCChamberTimeCorrectionsReadTest ( )
overridedefault

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 24 of file CSCChamberTimeCorrectionsReadTest.cc.

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

24  {
25  csccableread *cable = new csccableread();
26  std::cout << " Connected cscr for cables ... " << std::endl;
27 
28  // Get information by chamber index.
29  int chamberindex = 2;
30  std::cout << std::endl;
31  std::cout << std::endl;
32  std::cout << "Method cable_read, input: chamber index " << chamberindex << std::endl;
33  std::cout << std::endl;
34  std::string chamber_label, cfeb_rev, alct_rev;
35  float cfeb_length, alct_length, cfeb_tmb_skew_delay, cfeb_timing_corr;
36 
37  for (int i = 1; i <= 540; i++) {
38  cable->cable_read(
39  i, &chamber_label, &cfeb_length, &cfeb_rev, &alct_length, &alct_rev, &cfeb_tmb_skew_delay, &cfeb_timing_corr);
40 
41  std::cout << "chamber_label "
42  << " " << chamber_label << " "; //<<std::endl;
43  std::cout << "cfeb_length "
44  << " " << cfeb_length << " "; //<<std::endl;
45  std::cout << "cfeb_rev "
46  << " " << cfeb_rev << " "; //<<std::endl;
47  std::cout << "alct_length "
48  << " " << alct_length << " "; //<<std::endl;
49  std::cout << "alct_rev "
50  << " " << alct_rev << " "; //<<std::endl;
51  std::cout << "cfeb_tmb_skew_delay "
52  << " " << cfeb_tmb_skew_delay << " "; //<<std::endl;
53  std::cout << "cfeb_timing_corr "
54  << " " << cfeb_timing_corr << std::endl;
55  }
56 }
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:26

◆ beginJob()

void CSCChamberTimeCorrectionsReadTest::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 57 of file CSCChamberTimeCorrectionsReadTest.cc.

References gather_cfg::cout.

57  {
58  std::cout << "Here is the start" << std::endl;
59  std::cout << "-----------------" << std::endl;
60 }

◆ endJob()

void CSCChamberTimeCorrectionsReadTest::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 61 of file CSCChamberTimeCorrectionsReadTest.cc.

References gather_cfg::cout.

61  {
62  std::cout << "---------------" << std::endl;
63  std::cout << "Here is the end" << std::endl;
64 }