#include <CSCChamberTimeCorrectionsReadTest.h>
|
| CSCChamberTimeCorrectionsReadTest (const edm::ParameterSet &) |
|
| ~CSCChamberTimeCorrectionsReadTest () override |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
| ~EDAnalyzer () override |
|
std::vector< ConsumesInfo > | consumesInfo () 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 |
|
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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
CSCChamberTimeCorrectionsReadTest::CSCChamberTimeCorrectionsReadTest |
( |
const edm::ParameterSet & |
| ) |
|
|
explicit |
CSCChamberTimeCorrectionsReadTest::~CSCChamberTimeCorrectionsReadTest |
( |
| ) |
|
|
override |
Definition at line 7 of file CSCChamberTimeCorrectionsReadTest.cc.
References csccableread::cable_read(), gather_cfg::cout, mps_fire::i, and AlCaHLTBitMon_QueryRunRegistry::string.
10 std::cout <<
" Connected cscr for cables ... " << std::endl;
16 std::cout<<
"Method cable_read, input: chamber index "<<chamberindex<<std::endl;
19 float cfeb_length, alct_length, cfeb_tmb_skew_delay, cfeb_timing_corr;
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);
25 std::cout<<
"chamber_label "<<
" "<<chamber_label <<
" " ;
26 std::cout<<
"cfeb_length "<<
" "<<cfeb_length <<
" " ;
27 std::cout<<
"cfeb_rev "<<
" "<<cfeb_rev <<
" " ;
28 std::cout<<
"alct_length "<<
" "<<alct_length <<
" " ;
29 std::cout<<
"alct_rev "<<
" "<<alct_rev <<
" " ;
30 std::cout<<
"cfeb_tmb_skew_delay "<<
" "<<cfeb_tmb_skew_delay <<
" " ;
31 std::cout<<
"cfeb_timing_corr "<<
" "<<cfeb_timing_corr <<std::endl;
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)
void CSCChamberTimeCorrectionsReadTest::beginJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
void CSCChamberTimeCorrectionsReadTest::endJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |