calculate the best DAC value to obtain a pedestal = 200 More...
#include <testChannel.h>
Public Member Functions | |
void | analyze (edm::Event const &event, edm::EventSetup const &eventSetup) override |
! Analyze More... | |
void | beginJob () override |
BeginJob. More... | |
void | endJob (void) override |
EndJob. More... | |
void | subscribe (void) |
Subscribe/Unsubscribe to Monitoring Elements. More... | |
void | subscribeNew (void) |
testChannel (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | unsubscribe (void) |
~testChannel () override | |
Destructor. More... | |
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 |
~EDAnalyzer () override | |
Public Member Functions inherited from edm::EDConsumerBase | |
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 |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Member Functions | |
int | getHeaderSMId (const int headerId) |
Private Attributes | |
int | m_bestPed |
int | m_DACmax |
int | m_DACmin |
name of the xml file to be saved More... | |
std::string | m_digiCollection |
std::string | m_digiProducer |
secondary name given to collection of digis More... | |
std::string | m_headerProducer |
name of module/plugin/producer making digis More... | |
TH2F | m_pedVSDAC |
double | m_RMSmax |
TH2F | m_singlePedVSDAC_1 |
TH2F | m_singlePedVSDAC_2 |
TH2F | m_singlePedVSDAC_3 |
std::string | m_xmlFile |
name of module/plugin/producer making headers More... | |
int | m_xtal |
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) |
calculate the best DAC value to obtain a pedestal = 200
Definition at line 36 of file testChannel.h.
testChannel::testChannel | ( | const edm::ParameterSet & | ps | ) |
Constructor.
ctor
Definition at line 17 of file testChannel.cc.
References m_bestPed, m_DACmax, m_DACmin, and m_RMSmax.
|
override |
|
overridevirtual |
! Analyze
perform te analysis
loop over the headers
Implements edm::EDAnalyzer.
Definition at line 54 of file testChannel.cc.
References EcalMGPASample::adc(), edm::SortedCollection< T, SORT >::begin(), edm::DataFrameContainer::begin(), edm::SortedCollection< T, SORT >::end(), edm::DataFrameContainer::end(), ecalMGPA::gainId(), EcalMGPASample::gainId(), getHeaderSMId(), ecalpyutils::ism(), edm::HandleBase::isValid(), LogDebug, m_digiCollection, m_digiProducer, m_headerProducer, m_pedVSDAC, m_singlePedVSDAC_1, m_singlePedVSDAC_2, m_singlePedVSDAC_3, m_xtal, EcalDataFrame::MAXSAMPLES, EcalDCCHeaderBlock::EcalDCCEventSettings::ped_offset, and EcalDataFrame::sample().
|
overridevirtual |
BeginJob.
begin the job
Reimplemented from edm::EDAnalyzer.
Definition at line 47 of file testChannel.cc.
References LogDebug.
|
overridevirtual |
EndJob.
perform the minimiation and write results
Reimplemented from edm::EDAnalyzer.
Definition at line 124 of file testChannel.cc.
References m_pedVSDAC, m_singlePedVSDAC_1, m_singlePedVSDAC_2, m_singlePedVSDAC_3, m_xtal, and MillePedeFileConverter_cfg::out.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 149 of file testChannel.cc.
Referenced by analyze().
void testChannel::subscribe | ( | void | ) |
void testChannel::subscribeNew | ( | void | ) |
Definition at line 162 of file testChannel.cc.
void testChannel::unsubscribe | ( | void | ) |
Definition at line 165 of file testChannel.cc.
|
private |
Definition at line 74 of file testChannel.h.
Referenced by testChannel().
|
private |
Definition at line 72 of file testChannel.h.
Referenced by testChannel().
|
private |
name of the xml file to be saved
Definition at line 71 of file testChannel.h.
Referenced by testChannel().
|
private |
Definition at line 65 of file testChannel.h.
Referenced by analyze().
|
private |
secondary name given to collection of digis
Definition at line 66 of file testChannel.h.
Referenced by analyze().
|
private |
name of module/plugin/producer making digis
Definition at line 67 of file testChannel.h.
Referenced by analyze().
|
private |
Definition at line 78 of file testChannel.h.
|
private |
Definition at line 73 of file testChannel.h.
Referenced by testChannel().
|
private |
Definition at line 79 of file testChannel.h.
|
private |
Definition at line 80 of file testChannel.h.
|
private |
Definition at line 81 of file testChannel.h.
|
private |
name of module/plugin/producer making headers
Definition at line 69 of file testChannel.h.
|
private |
Definition at line 76 of file testChannel.h.