produce a subset of TP information
- Author
- Federico Ferri, CEA/Saclay Irfu/SPP
Definition at line 22 of file EcalTPSkimmer.h.
Definition at line 44 of file EcalTPSkimmer.cc.
References alreadyInserted(), chStatusToSelectTP_, EBDetId::detIdFromDenseIndex(), EEDetId::detIdFromDenseIndex(), doBarrel_, doEndcap_, EcalCondObjectContainer< T >::end(), spr::find(), EcalCondObjectContainer< T >::find(), edm::EventSetup::get(), edm::Event::getByToken(), mps_fire::i, insertedTP_, insertTP(), EBDetId::kSizeForDenseIndexing, EEDetId::kSizeForDenseIndexing, eostools::move(), edm::Event::put(), skipModule_, EcalTrigTowerConstituentsMap::towerOf(), tpInputToken_, tpOutputCollection_, ttMap_, EBDetId::validDenseIndex(), and EEDetId::validDenseIndex().
53 auto tpOut = std::make_unique<EcalTrigPrimDigiCollection>();
74 chit = chStatus->
find(
id );
76 if ( chit != chStatus->
end() ) {
77 code = (*chit).getStatusCode();
85 edm::LogError(
"EcalDetIdToBeRecoveredProducer") <<
"No channel status found for xtal " 87 <<
"! something wrong with EcalChannelStatus in your DB? ";
99 chit = chStatus->
find(
id );
101 if ( chit != chStatus->
end() ) {
102 code = (*chit).getStatusCode() ;
110 edm::LogError(
"EcalDetIdToBeRecoveredProducer") <<
"No channel status found for xtal " 112 <<
"! something wrong with EcalChannelStatus in your DB? ";
118 LogInfo(
"EcalTPSkimmer") <<
"total # of TP inserted: " << tpOut->size();
static EEDetId detIdFromDenseIndex(uint32_t din)
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
std::vector< uint32_t > chStatusToSelectTP_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
std::set< EcalTrigTowerDetId > insertedTP_
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
EcalTrigTowerDetId towerOf(const DetId &id) const
Get the tower id for this det id (or null if not known)
static EBDetId detIdFromDenseIndex(uint32_t di)
edm::ESHandle< EcalTrigTowerConstituentsMap > ttMap_
std::string tpOutputCollection_
std::vector< Item >::const_iterator const_iterator
bool alreadyInserted(EcalTrigTowerDetId ttId)
void insertTP(EcalTrigTowerDetId ttId, edm::Handle< EcalTrigPrimDigiCollection > &in, EcalTrigPrimDigiCollection &out)
static bool validDenseIndex(uint32_t din)
edm::EDGetTokenT< EcalTrigPrimDigiCollection > tpInputToken_
const_iterator find(uint32_t rawId) const
const_iterator end() const
static bool validDenseIndex(uint32_t din)