10 using namespace sistrip;
26 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
27 <<
" Constructing object...";
31 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
32 <<
" Set FED zero suppression high/low threshold to "
37 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
46 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
47 <<
" Destructing object...";
54 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]";
58 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
59 <<
" NULL pointer to SiStripConfigDb interface!"
60 <<
" Aborting upload...";
69 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
70 <<
" Uploading pedestals/noise to DB...";
73 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
74 <<
" Completed database upload of " << feds.size()
75 <<
" FED descriptions!";
78 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
79 <<
" TEST! No pedestals/noise values will be uploaded to DB...";
90 SiStripConfigDb::FedDescriptionsV::const_iterator ifed;
91 for ( ifed = feds.begin(); ifed != feds.end(); ifed++ ) {
114 Analyses::const_iterator
iter =
data().find( fec_key.key() );
115 if ( iter !=
data().end() ) {
120 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
121 <<
" NULL pointer to analysis object!";
126 uint32_t pedshift = 127;
128 uint32_t pedmin = (uint32_t) anal->
pedsMin()[iapv];
129 pedshift = pedmin < pedshift ? pedmin : pedshift;
134 for ( uint16_t istr = 0; istr < anal->
peds()[iapv].size(); istr++ ) {
137 Fed9U::Fed9UAddress addr( ichan, iapv, istr );
138 Fed9U::Fed9UStripDescription
temp = (*ifed)->getFedStrips().getStrip( addr );
141 bool disableStrip =
false;
143 disableStrip = temp.getDisable();
146 if (
find( dead.begin(), dead.end(), istr ) != dead.end() ) disableStrip =
true;
148 if (
find( noisy.begin(), noisy.end(), istr ) != noisy.end() ) disableStrip =
true;
151 Fed9U::Fed9UStripDescription
data( static_cast<uint32_t>( anal->
peds()[iapv][istr]-pedshift ),
154 anal->
noise()[iapv][istr],
157 std::stringstream
ss;
159 ss <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
160 <<
" Disabling strip in Fed9UStripDescription object..." << std::endl
161 <<
" for FED id/channel and APV/strip : "
162 << fed_key.
fedId() <<
"/"
166 <<
" and crate/FEC/ring/CCU/module : "
167 << fec_key.fecCrate() <<
"/"
168 << fec_key.fecSlot() <<
"/"
169 << fec_key.fecRing() <<
"/"
170 << fec_key.ccuAddr() <<
"/"
171 << fec_key.ccuChan() << std::endl
172 <<
" from ped/noise/high/low/disable : "
173 <<
static_cast<uint16_t
>( temp.getPedestal() ) <<
"/"
174 << static_cast<uint16_t>( temp.getHighThreshold() ) <<
"/"
175 << static_cast<uint16_t>( temp.getLowThreshold() ) <<
"/"
176 << static_cast<uint16_t>( temp.getNoise() ) <<
"/"
177 << static_cast<uint16_t>( temp.getDisable() ) << std::endl;
179 (*ifed)->getFedStrips().setStrip( addr,
data );
181 ss <<
" to ped/noise/high/low/disable : "
182 <<
static_cast<uint16_t
>(
data.getPedestal() ) <<
"/"
183 << static_cast<uint16_t>(
data.getHighThreshold() ) <<
"/"
184 << static_cast<uint16_t>(
data.getLowThreshold() ) <<
"/"
185 << static_cast<uint16_t>(
data.getNoise() ) <<
"/"
186 << static_cast<uint16_t>(
data.getDisable() ) << std::endl;
197 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
198 <<
" Unable to find pedestals/noise for FedKey/Id/Ch: "
199 << hex << setw(8) << setfill(
'0') << fed_key.
key() <<
dec <<
"/"
200 << (*ifed)->getFedId() <<
"/"
202 <<
" and device with FEC/slot/ring/CCU/LLD "
203 << fec_key.fecCrate() <<
"/"
204 << fec_key.fecSlot() <<
"/"
205 << fec_key.fecRing() <<
"/"
206 << fec_key.ccuAddr() <<
"/"
207 << fec_key.ccuChan() <<
"/"
208 << fec_key.channel();
215 <<
"[PedestalsHistosUsingDb::" << __func__ <<
"]"
216 <<
" Updated FED pedestals/noise for "
217 << updated <<
" channels";
227 if ( !anal ) {
return; }
232 for ( uint16_t iapv = 0; iapv < 2; ++iapv ) {
235 PedestalsAnalysisDescription*
tmp;
236 tmp =
new PedestalsAnalysisDescription(
268 typedef std::vector<std::string>
Strings;
270 Strings::const_iterator istr = errors.begin();
271 Strings::const_iterator jstr = errors.end();
272 for ( ; istr != jstr; ++istr ) { tmp->addComments( *istr ); }
275 desc.push_back( tmp );
const uint16_t & fecSlot() const
T getParameter(std::string const &) const
const VFloat & rawMax() const
void update(SiStripConfigDb::FedDescriptionsRange)
const VFloat & pedsMean() const
const uint16_t & fecCrate() const
const uint32_t & fedKey() const
Analyses::iterator Analysis
PedestalsHistosUsingDb(const edm::ParameterSet &pset, DQMStore *, SiStripConfigDb *const )
const VVInt & noisy() const
const VVFloat & peds() const
FedChannelConnection fedConnection(uint16_t fed_id, uint16_t fed_ch) const
A container class for generic run and event-related info, information required by the commissioning a...
const uint16_t & fedCh() const
const edm::ParameterSet & pset() const
bool deviceIsPresent(const SiStripFecKey &)
FedDescriptionsRange getFedDescriptions(std::string partition="")
FedDescriptions::range FedDescriptionsRange
static const char mlDqmClient_[]
uint16_t lldChannel() const
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
const uint16_t & i2cAddr() const
const uint16_t & fedId() const
const uint32_t & key() const
Utility class that identifies a position within the strip tracker control structure, down to the level of an APV25.
const VFloat & noiseMean() const
const_iterator_range partitions() const
const uint16_t & fecRing() const
const VFloat & pedsMin() const
Class containning control, module, detector and connection information, at the level of a FED channel...
const VVFloat & noise() const
An interface class to the DeviceFactory.
const uint16_t & ccuChan() const
Histogram-based analysis for pedestal run.
bool doUploadConf() const
const uint32_t & fecKey() const
const VVInt & dead() const
uint16_t fedChannel() const
const VFloat & rawMin() const
const uint16_t & ccuAddr() const
const VFloat & rawSpread() const
std::vector< uint16_t > VInt
const VFloat & rawMean() const
const uint16_t & feUnit() const
const SiStripDbParams & dbParams() const
void uploadFedDescriptions(std::string partition="")
static const uint16_t invalid_
const VFloat & pedsSpread() const
const VFloat & pedsMax() const
virtual void uploadConfigurations()
std::vector< std::vector< double > > tmp
static const uint16_t FEDCH_PER_FED
std::vector< AnalysisDescription * > AnalysisDescriptionsV
const uint16_t & feChan() const
const uint16_t & fedId() const
const VFloat & noiseSpread() const
SiStripConfigDb *const db() const
const VFloat & noiseMax() const
void create(SiStripConfigDb::AnalysisDescriptionsV &, Analysis)
SiStripFedCabling *const cabling() const
const VString & getErrorCodes() const
static const uint16_t APVS_PER_FEDCH
virtual ~PedestalsHistosUsingDb()
const VFloat & noiseMin() const