typedef boost::function< void(EcalTPGCrystalStatus const &cont, std::vector< int > const &which, std::vector< float > &result)> cond::ecalcond::CondExtractor |
Definition at line 69 of file EcalChannelStatusPyWrapper.cc.
Definition at line 31 of file EcalChannelStatusPyWrapper.cc.
Definition at line 32 of file EcalChannelStatusPyWrapper.cc.
Definition at line 33 of file EcalChannelStatusPyWrapper.cc.
enum cond::ecalcond::How |
Definition at line 35 of file EcalChannelStatusPyWrapper.cc.
{ singleChannel, bySuperModule, barrel, endcap, all};
enum cond::ecalcond::How |
Definition at line 37 of file EcalTPGCrystalStatusPyWrapper.cc.
{ singleChannel, bySuperModule, all};
enum cond::ecalcond::How |
Definition at line 52 of file EcalFloatCondObjectContainerPyWrapper.cc.
{ singleChannel, bySuperModule, barrel, endcap, all};
enum cond::ecalcond::How |
Definition at line 37 of file EcalDQMTowerStatusPyWrapper.cc.
{ singleChannel, bySuperModule, all};
enum cond::ecalcond::How |
Definition at line 33 of file EcalDQMChannelStatusPyWrapper.cc.
{ singleChannel, bySuperModule, all};
enum cond::ecalcond::How |
Definition at line 37 of file EcalDCSTowerStatusPyWrapper.cc.
{ singleChannel, bySuperModule, all};
enum cond::ecalcond::How |
Definition at line 36 of file EcalDAQTowerStatusPyWrapper.cc.
{ singleChannel, bySuperModule, all};
int cond::ecalcond::bad | ( | Items const & | cont | ) |
Definition at line 37 of file EcalChannelStatusPyWrapper.cc.
Referenced by MuonGeometrySanityCheck::analyze(), SimpleMTFHitCollector::buildMultiRecHits(), pat::GenericDuplicateRemover< Comparator, Arbitrator >::duplicates(), extractAll(), extractBarrel(), extractEndcap(), SiStripSummaryCreator::fillHistos(), Trajectory::isBad(), FastFedCablingHistograms::printSummary(), CommissioningHistograms::printSummary(), StripCPEESProducer::produce(), cond::PayLoadInspector< DataT >::summary(), TkStripMeasurementDet::testStrips(), EcalShapeBase::timeIndex(), and CaloTowerTopology::valid().
void cond::ecalcond::extractAll | ( | Container const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 53 of file EcalChannelStatusPyWrapper.cc.
References bad(), EcalCondObjectContainer< T >::barrelItems(), and EcalCondObjectContainer< T >::endcapItems().
Referenced by cond::ValueExtractor< EcalDQMTowerStatus >::extractor(), cond::ValueExtractor< EcalTPGCrystalStatus >::extractor(), cond::ValueExtractor< EcalDAQTowerStatus >::extractor(), cond::ValueExtractor< EcalDCSTowerStatus >::extractor(), cond::ValueExtractor< ecalcond::Container >::extractor(), and cond::ValueExtractor< EcalDQMChannelStatus >::extractor().
void cond::ecalcond::extractAll | ( | EcalDAQTowerStatus const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 54 of file EcalDAQTowerStatusPyWrapper.cc.
References bad(), EcalCondTowerObjectContainer< T >::barrelItems(), and EcalCondTowerObjectContainer< T >::endcapItems().
void cond::ecalcond::extractAll | ( | EcalDQMChannelStatus const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 51 of file EcalDQMChannelStatusPyWrapper.cc.
References bad(), EcalCondObjectContainer< T >::barrelItems(), and EcalCondObjectContainer< T >::endcapItems().
void cond::ecalcond::extractBarrel | ( | Container const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 45 of file EcalChannelStatusPyWrapper.cc.
References bad(), and EcalCondObjectContainer< T >::barrelItems().
Referenced by cond::ValueExtractor< ecalcond::Container >::extractor().
void cond::ecalcond::extractBarrel | ( | EcalDQMChannelStatus const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 42 of file EcalDQMChannelStatusPyWrapper.cc.
References bad(), and EcalCondObjectContainer< T >::barrelItems().
void cond::ecalcond::extractBarrel | ( | EcalDAQTowerStatus const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 45 of file EcalDAQTowerStatusPyWrapper.cc.
References bad(), and EcalCondTowerObjectContainer< T >::barrelItems().
void cond::ecalcond::extractEndcap | ( | EcalDQMChannelStatus const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 47 of file EcalDQMChannelStatusPyWrapper.cc.
References bad(), and EcalCondObjectContainer< T >::endcapItems().
void cond::ecalcond::extractEndcap | ( | EcalDAQTowerStatus const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 50 of file EcalDAQTowerStatusPyWrapper.cc.
References bad(), and EcalCondTowerObjectContainer< T >::endcapItems().
void cond::ecalcond::extractEndcap | ( | Container const & | cont, |
std::vector< int > const & | , | ||
std::vector< float > & | result | ||
) |
Definition at line 49 of file EcalChannelStatusPyWrapper.cc.
References bad(), and EcalCondObjectContainer< T >::endcapItems().
Referenced by cond::ValueExtractor< ecalcond::Container >::extractor().
void cond::ecalcond::extractSingleChannel | ( | EcalDQMChannelStatus const & | cont, |
std::vector< int > const & | which, | ||
std::vector< float > & | result | ||
) |
void cond::ecalcond::extractSingleChannel | ( | EcalDAQTowerStatus const & | cont, |
std::vector< int > const & | which, | ||
std::vector< float > & | result | ||
) |
void cond::ecalcond::extractSingleChannel | ( | Container const & | cont, |
std::vector< int > const & | which, | ||
std::vector< float > & | result | ||
) |
Definition at line 62 of file EcalChannelStatusPyWrapper.cc.
References i.
Referenced by cond::ValueExtractor< EcalDQMTowerStatus >::extractor(), cond::ValueExtractor< EcalTPGCrystalStatus >::extractor(), cond::ValueExtractor< EcalDAQTowerStatus >::extractor(), cond::ValueExtractor< EcalDCSTowerStatus >::extractor(), cond::ValueExtractor< ecalcond::Container >::extractor(), and cond::ValueExtractor< EcalDQMChannelStatus >::extractor().
void cond::ecalcond::extractSuperModules | ( | EcalDAQTowerStatus const & | cont, |
std::vector< int > const & | which, | ||
std::vector< float > & | result | ||
) |
Definition at line 59 of file EcalDAQTowerStatusPyWrapper.cc.
{
// bho...
}
void cond::ecalcond::extractSuperModules | ( | EcalDQMChannelStatus const & | cont, |
std::vector< int > const & | which, | ||
std::vector< float > & | result | ||
) |
Definition at line 56 of file EcalDQMChannelStatusPyWrapper.cc.
{
// bho...
}
void cond::ecalcond::extractSuperModules | ( | Container const & | cont, |
std::vector< int > const & | which, | ||
std::vector< float > & | result | ||
) |
Definition at line 58 of file EcalChannelStatusPyWrapper.cc.
Referenced by cond::ValueExtractor< EcalDQMTowerStatus >::extractor(), cond::ValueExtractor< EcalTPGCrystalStatus >::extractor(), cond::ValueExtractor< EcalDAQTowerStatus >::extractor(), cond::ValueExtractor< EcalDCSTowerStatus >::extractor(), cond::ValueExtractor< ecalcond::Container >::extractor(), and cond::ValueExtractor< EcalDQMChannelStatus >::extractor().
{
// bho...
}