CMS 3D CMS Logo

HLTGetDigi Class Reference

This class is an EDAnalyzer implementing a "get data into RAM" functionality for DIGIs, to simulate online FF running/timimg. More...

#include <HLTrigger/HLTanalyzers/interface/HLTGetDigi.h>

Inheritance diagram for HLTGetDigi:

edm::EDAnalyzer

List of all members.

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &)
 HLTGetDigi (const edm::ParameterSet &)
 ~HLTGetDigi ()

Private Attributes

edm::InputTag CSCStripdigiCollection_
edm::InputTag CSCWiredigiCollection_
edm::InputTag DTdigiCollection_
edm::InputTag EBdigiCollection_
edm::InputTag EEdigiCollection_
edm::InputTag ESdigiCollection_
edm::InputTag GctCaloEmLabel_
edm::InputTag GctCaloRegionLabel_
edm::InputTag GctCenJetLabel_
edm::InputTag GctEtHadLabel_
edm::InputTag GctEtMissLabel_
edm::InputTag GctEtTotalLabel_
edm::InputTag GctForJetLabel_
edm::InputTag GctIsoEmLabel_
edm::InputTag GctJetCountsLabel_
edm::InputTag GctNonIsoEmLabel_
edm::InputTag GctTauJetLabel_
bool getCSCDigis_
bool getDTDigis_
bool getEcalDigis_
bool getEcalESDigis_
bool getGctEmDigis_
bool getGctEtDigis_
bool getGctJetCounts_
bool getGctJetDigis_
bool getGmtCands_
bool getGmtRC_
bool getGtEvmRR_
bool getGtObjectMap_
bool getGtRR_
bool getHcalDigis_
bool getL1Calo_
bool getPixelDigis_
bool getRPCDigis_
bool getStripDigis_
edm::InputTag GmtCandsLabel_
edm::InputTag GmtReadoutCollection_
edm::InputTag GtEvmRRLabel_
edm::InputTag GtObjectMapLabel_
edm::InputTag GtRRLabel_
edm::InputTag HBHEdigiCollection_
edm::InputTag HFdigiCollection_
edm::InputTag HOdigiCollection_
edm::InputTag PXLdigiCollection_
edm::InputTag RPCdigiCollection_
edm::InputTag SSTdigiCollection_


Detailed Description

This class is an EDAnalyzer implementing a "get data into RAM" functionality for DIGIs, to simulate online FF running/timimg.

See header file for documentation.

Date
2007/11/05 17:01:31
Revision
1.4

Author:
various
Date
2007/11/05 11:51:28
Revision
1.4

Author:
various

Definition at line 25 of file HLTGetDigi.h.


Constructor & Destructor Documentation

HLTGetDigi::HLTGetDigi ( const edm::ParameterSet ps  )  [explicit]

Definition at line 69 of file HLTGetDigi.cc.

References CSCStripdigiCollection_, CSCWiredigiCollection_, DTdigiCollection_, EBdigiCollection_, EEdigiCollection_, ESdigiCollection_, GctCaloEmLabel_, GctCaloRegionLabel_, GctCenJetLabel_, GctEtHadLabel_, GctEtMissLabel_, GctEtTotalLabel_, GctForJetLabel_, GctIsoEmLabel_, GctJetCountsLabel_, GctNonIsoEmLabel_, GctTauJetLabel_, getCSCDigis_, getDTDigis_, getEcalDigis_, getEcalESDigis_, getGctEmDigis_, getGctEtDigis_, getGctJetCounts_, getGctJetDigis_, getGmtCands_, getGmtRC_, getGtEvmRR_, getGtObjectMap_, getGtRR_, getHcalDigis_, getL1Calo_, edm::ParameterSet::getParameter(), getPixelDigis_, getRPCDigis_, getStripDigis_, edm::ParameterSet::getUntrackedParameter(), GmtCandsLabel_, GmtReadoutCollection_, GtEvmRRLabel_, GtObjectMapLabel_, GtRRLabel_, HBHEdigiCollection_, HFdigiCollection_, HOdigiCollection_, PXLdigiCollection_, RPCdigiCollection_, and SSTdigiCollection_.

00070 {
00071   EBdigiCollection_ = ps.getParameter<edm::InputTag>("EBdigiCollection");
00072   EEdigiCollection_ = ps.getParameter<edm::InputTag>("EEdigiCollection");
00073   ESdigiCollection_ = ps.getParameter<edm::InputTag>("ESdigiCollection");
00074   HBHEdigiCollection_ = ps.getParameter<edm::InputTag>("HBHEdigiCollection");
00075   HOdigiCollection_   = ps.getParameter<edm::InputTag>("HOdigiCollection");
00076   HFdigiCollection_   = ps.getParameter<edm::InputTag>("HFdigiCollection");
00077   PXLdigiCollection_ = ps.getParameter<edm::InputTag>("SiPixeldigiCollection");
00078   SSTdigiCollection_ = ps.getParameter<edm::InputTag>("SiStripdigiCollection");
00079   CSCStripdigiCollection_ = ps.getParameter<edm::InputTag>("CSCStripdigiCollection");
00080   CSCWiredigiCollection_ = ps.getParameter<edm::InputTag>("CSCWiredigiCollection");
00081   DTdigiCollection_ = ps.getParameter<edm::InputTag>("DTdigiCollection");
00082   RPCdigiCollection_ = ps.getParameter<edm::InputTag>("RPCdigiCollection");
00083 
00084   GctCaloEmLabel_ = ps.getParameter<edm::InputTag>("L1CaloEmCollection");
00085   GctCaloRegionLabel_ = ps.getParameter<edm::InputTag>("L1CaloRegionCollection");
00086 
00087   GctIsoEmLabel_ = ps.getParameter<edm::InputTag>("GctIsoEmCollection");
00088   GctNonIsoEmLabel_ = ps.getParameter<edm::InputTag>("GctNonIsoEmCollection");
00089 
00090   GctCenJetLabel_ = ps.getParameter<edm::InputTag>("GctCenJetCollection");
00091   GctForJetLabel_ = ps.getParameter<edm::InputTag>("GctForJetCollection");
00092   GctTauJetLabel_ = ps.getParameter<edm::InputTag>("GctTauJetCollection");
00093   GctJetCountsLabel_ = ps.getParameter<edm::InputTag>("GctJetCounts");
00094 
00095   GctEtHadLabel_ = ps.getParameter<edm::InputTag>("GctEtHadCollection");
00096   GctEtMissLabel_ = ps.getParameter<edm::InputTag>("GctEtMissCollection");
00097   GctEtTotalLabel_ = ps.getParameter<edm::InputTag>("GctEtTotalCollection");
00098 
00099   GtEvmRRLabel_ = ps.getParameter<edm::InputTag>("GtEvmReadoutRecord");
00100   GtObjectMapLabel_ = ps.getParameter<edm::InputTag>("GtObjectMapRecord");
00101   GtRRLabel_ = ps.getParameter<edm::InputTag>("GtReadoutRecord");
00102 
00103   GmtCandsLabel_ = ps.getParameter<edm::InputTag>("GmtCands");
00104   GmtReadoutCollection_ = ps.getParameter<edm::InputTag>("GmtReadoutCollection");
00105   
00106   //--- Define which digis we want ---//
00107   getEcalDigis_    = ps.getUntrackedParameter<bool>("getEcal",true) ; 
00108   getEcalESDigis_  = ps.getUntrackedParameter<bool>("getEcalES",true) ; 
00109   getHcalDigis_    = ps.getUntrackedParameter<bool>("getHcal",true) ; 
00110   getPixelDigis_   = ps.getUntrackedParameter<bool>("getPixels",true) ; 
00111   getStripDigis_   = ps.getUntrackedParameter<bool>("getStrips",true) ; 
00112   getCSCDigis_     = ps.getUntrackedParameter<bool>("getCSC",true) ; 
00113   getDTDigis_      = ps.getUntrackedParameter<bool>("getDT",true) ; 
00114   getRPCDigis_     = ps.getUntrackedParameter<bool>("getRPC",true) ; 
00115   getGctEmDigis_   = ps.getUntrackedParameter<bool>("getGctEm",true) ; 
00116   getGctJetDigis_  = ps.getUntrackedParameter<bool>("getGctJet",true) ; 
00117   getGctJetCounts_ = ps.getUntrackedParameter<bool>("getGctJetCounts",true) ; 
00118   getGctEtDigis_   = ps.getUntrackedParameter<bool>("getGctEt",true) ;
00119   getL1Calo_       = ps.getUntrackedParameter<bool>("getL1Calo",true) ;
00120   getGtEvmRR_      = ps.getUntrackedParameter<bool>("getGtEvmRR",true) ;
00121   getGtObjectMap_  = ps.getUntrackedParameter<bool>("getGtObjectMap",true) ;
00122   getGtRR_         = ps.getUntrackedParameter<bool>("getGtReadoutRecord",true) ;
00123   getGmtCands_     = ps.getUntrackedParameter<bool>("getGmtCands",true) ;
00124   getGmtRC_        = ps.getUntrackedParameter<bool>("getGmtReadout",true) ;
00125   
00126 }

HLTGetDigi::~HLTGetDigi (  ) 

Definition at line 128 of file HLTGetDigi.cc.

00129 { }


Member Function Documentation

void HLTGetDigi::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
) [virtual]

Implements edm::EDAnalyzer.

Definition at line 137 of file HLTGetDigi.cc.

References CSCStripdigiCollection_, CSCWiredigiCollection_, DTdigiCollection_, EBdigiCollection_, EEdigiCollection_, ESdigiCollection_, L1GctEtTotal::et(), L1GctEtHad::et(), L1GctEtMiss::et(), etHad, etMiss, GctCaloEmLabel_, GctCaloRegionLabel_, GctCenJetLabel_, GctEtHadLabel_, GctEtMissLabel_, GctEtTotalLabel_, GctForJetLabel_, GctIsoEmLabel_, GctJetCountsLabel_, GctNonIsoEmLabel_, GctTauJetLabel_, edm::EventSetup::get(), edm::Event::getByLabel(), getCSCDigis_, getDTDigis_, getEcalDigis_, getEcalESDigis_, getGctEmDigis_, getGctEtDigis_, getGctJetCounts_, getGctJetDigis_, getGmtCands_, getGmtRC_, getGtEvmRR_, getGtObjectMap_, getGtRR_, getHcalDigis_, getL1Calo_, getPixelDigis_, getRPCDigis_, getStripDigis_, GmtCandsLabel_, GmtReadoutCollection_, GtEvmRRLabel_, GtObjectMapLabel_, GtRRLabel_, HBHEdigiCollection_, HFdigiCollection_, HOdigiCollection_, iggi_31X_cfg::input, iter, LogDebug, muons_cfi::muons, L1GctEtMiss::phi(), edm::Handle< T >::product(), PXLdigiCollection_, RPCdigiCollection_, edm::SortedCollection< T, SORT >::size(), edm::DataFrameContainer::size(), SSTdigiCollection_, and tt.

00138 {
00139     using namespace edm;
00140 
00141     //--- L1 GCT and GT Digis ---//
00142     edm::Handle<L1GctEtHad> GctEtHad ; 
00143     edm::Handle<L1GctEtMiss> GctEtMiss ; 
00144     edm::Handle<L1GctEtTotal> GctEtTotal ; 
00145 
00146     const L1GctEtHad*   etHad   = 0 ; 
00147     const L1GctEtMiss*  etMiss  = 0 ; 
00148     const L1GctEtTotal* etTotal = 0 ;
00149 
00150     if (getGctEtDigis_) {
00151         iEvent.getByLabel(GctEtHadLabel_,GctEtHad) ; 
00152         iEvent.getByLabel(GctEtMissLabel_,GctEtMiss) ; 
00153         iEvent.getByLabel(GctEtTotalLabel_,GctEtTotal) ; 
00154         etHad = GctEtHad.product() ; 
00155         etMiss = GctEtMiss.product() ; 
00156         etTotal = GctEtTotal.product() ; 
00157 
00158         LogDebug("DigiInfo") << "Value of L1GctEtHad::et(): " << etHad->et() ; 
00159         LogDebug("DigiInfo") << "Value of L1GctEtMiss::et(): " << etMiss->et() << ", phi(): " << etMiss->phi() ; 
00160         LogDebug("DigiInfo") << "Value of L1GctEtTotal::et(): " << etTotal->et() ; 
00161     }
00162 
00163     edm::Handle<L1GctEmCandCollection> GctIsoEM ; 
00164     edm::Handle<L1GctEmCandCollection> GctNonIsoEM ; 
00165 
00166     const L1GctEmCandCollection* isoEMdigis = 0 ; 
00167     const L1GctEmCandCollection* nonIsoEMdigis = 0 ; 
00168     if (getGctEmDigis_) {
00169         iEvent.getByLabel(GctIsoEmLabel_,GctIsoEM) ;
00170         isoEMdigis = GctIsoEM.product() ; 
00171         iEvent.getByLabel(GctNonIsoEmLabel_,GctNonIsoEM) ; 
00172         nonIsoEMdigis = GctNonIsoEM.product() ; 
00173         LogDebug("DigiInfo") << "total # Gct Iso EM digis: " << isoEMdigis->size() ; 
00174         LogDebug("DigiInfo") << "total # Gct non-Iso EM digis: " << nonIsoEMdigis->size() ;
00175     }
00176     
00177     edm::Handle<L1GctJetCandCollection> GctCenJets ; 
00178     edm::Handle<L1GctJetCandCollection> GctForJets ; 
00179     edm::Handle<L1GctJetCandCollection> GctTauJets ; 
00180     edm::Handle<L1GctJetCounts> GctJetCounts ; 
00181 
00182     const L1GctJetCandCollection* cenJetDigis = 0 ; 
00183     const L1GctJetCandCollection* forJetDigis = 0 ; 
00184     const L1GctJetCandCollection* tauJetDigis = 0 ;
00185     std::auto_ptr<L1GctJetCounts> newCounts( new L1GctJetCounts() ) ;
00186     L1GctJetCounts* counts = newCounts.get() ; 
00187         
00188     if (getGctJetDigis_) {
00189         iEvent.getByLabel(GctCenJetLabel_,GctCenJets) ;
00190         cenJetDigis = GctCenJets.product() ; 
00191         iEvent.getByLabel(GctForJetLabel_,GctForJets) ;
00192         forJetDigis = GctForJets.product() ; 
00193         iEvent.getByLabel(GctTauJetLabel_,GctTauJets) ;
00194         tauJetDigis = GctTauJets.product() ; 
00195         LogDebug("DigiInfo") << "total # Gct central Jet digis: " << cenJetDigis->size() ; 
00196         LogDebug("DigiInfo") << "total # Gct forward Jet digis: " << forJetDigis->size() ;
00197         LogDebug("DigiInfo") << "total # Gct tau Jet digis: " << tauJetDigis->size() ;
00198     }
00199 
00200     if (getGctJetCounts_) {
00201         iEvent.getByLabel(GctJetCountsLabel_,GctJetCounts) ; 
00202         *counts = *GctJetCounts.product() ;
00203     }
00204 
00205     edm::Handle<L1CaloEmCollection> GctCaloEm ; 
00206     edm::Handle<L1CaloRegionCollection> GctCaloRegion ; 
00207     
00208     const L1CaloEmCollection* caloEm = 0 ; 
00209     const L1CaloRegionCollection* caloRegion = 0 ; 
00210 
00211     if (getL1Calo_) {
00212         iEvent.getByLabel(GctCaloEmLabel_,GctCaloEm) ; 
00213         iEvent.getByLabel(GctCaloRegionLabel_,GctCaloRegion) ; 
00214 
00215         caloEm = GctCaloEm.product() ; 
00216         caloRegion = GctCaloRegion.product() ; 
00217 
00218         LogDebug("DigiInfo") << "Calo EM size: " << caloEm->size() ; 
00219         LogDebug("DigiInfo") << "Calo region size: " << caloRegion->size() ; 
00220     }
00221 
00222     edm::Handle<L1GlobalTriggerEvmReadoutRecord> gtEvmRR ;
00223     edm::Handle<L1GlobalTriggerObjectMapRecord> gtMap ;
00224     edm::Handle<L1GlobalTriggerReadoutRecord> gtRR ;
00225 
00226     edm::ESHandle< L1GtParameters > l1GtPar ;
00227     iSetup.get< L1GtParametersRcd >().get( l1GtPar ) ;
00228     int nBx = l1GtPar->gtTotalBxInEvent() ; 
00229     
00230     std::auto_ptr<L1GlobalTriggerEvmReadoutRecord> newGtEvm( new L1GlobalTriggerEvmReadoutRecord(nBx) ) ; 
00231     std::auto_ptr<L1GlobalTriggerObjectMapRecord> newGtMap( new L1GlobalTriggerObjectMapRecord() ) ; 
00232     std::auto_ptr<L1GlobalTriggerReadoutRecord> newGtRR( new L1GlobalTriggerReadoutRecord(nBx) ) ; 
00233     L1GlobalTriggerEvmReadoutRecord* evm = newGtEvm.get() ; 
00234     L1GlobalTriggerObjectMapRecord* map = newGtMap.get() ; 
00235     L1GlobalTriggerReadoutRecord* rr = newGtRR.get() ; 
00236 
00237     if (getGtEvmRR_) {
00238         iEvent.getByLabel(GtEvmRRLabel_, gtEvmRR) ;
00239         *evm = *gtEvmRR.product() ;
00240     }
00241     if (getGtObjectMap_) {
00242         iEvent.getByLabel(GtObjectMapLabel_, gtMap) ;
00243         *map = *gtMap.product() ;
00244     }
00245     if (getGtRR_) {
00246         iEvent.getByLabel(GtRRLabel_, gtRR) ;
00247         *rr = *gtRR.product() ;
00248     }
00249     
00250     edm::Handle< std::vector<L1MuGMTCand> > GmtCands ;
00251     edm::Handle<L1MuGMTReadoutCollection> GmtMuCollection ; 
00252     std::auto_ptr<std::vector<L1MuGMTCand> > cands( new std::vector<L1MuGMTCand> ) ;
00253     std::auto_ptr<L1MuGMTReadoutCollection> muCollection(new L1MuGMTReadoutCollection(nBx)) ;
00254  
00255     if (getGmtCands_) {
00256         iEvent.getByLabel(GmtCandsLabel_,GmtCands) ; 
00257         *cands = *GmtCands.product() ; 
00258     }
00259     if (getGmtRC_) {
00260         iEvent.getByLabel(GmtReadoutCollection_,GmtMuCollection) ;
00261         *muCollection = *GmtMuCollection.product() ;
00262         std::vector<L1MuGMTExtendedCand> muons = muCollection->getRecord().getGMTCands() ;
00263         LogDebug("DigiInfo") << "GMT muons present: " << muons.size() ;
00264     }
00265     
00266     edm::Handle< DetSetVector<PixelDigi> >  input;
00267     auto_ptr<DetSetVector<PixelDigi> > NewPixelDigi(new DetSetVector<PixelDigi> );
00268     DetSetVector<PixelDigi>* tt = NewPixelDigi.get();
00269     if (getPixelDigis_) {
00270         iEvent.getByLabel(PXLdigiCollection_, input);
00271         *tt = *input.product();
00272     }
00273 
00274     edm::Handle< edm::DetSetVector<SiStripDigi> >  input2;
00275     auto_ptr<DetSetVector<SiStripDigi> > NewSiDigi(new DetSetVector<SiStripDigi> );
00276     DetSetVector<SiStripDigi>* uu = NewSiDigi.get();
00277     if (getStripDigis_) {
00278         iEvent.getByLabel(SSTdigiCollection_, input2);
00279         *uu = *input2.product();
00280     }
00281 
00282     Handle<EBDigiCollection> EcalDigiEB;
00283     Handle<EEDigiCollection> EcalDigiEE;
00284     Handle<ESDigiCollection> EcalDigiES;
00285     const EBDigiCollection* EBdigis = 0;
00286     const EEDigiCollection* EEdigis = 0;
00287     const ESDigiCollection* ESdigis = 0; 
00288 
00289     if (getEcalDigis_) {
00290         iEvent.getByLabel( EBdigiCollection_, EcalDigiEB );
00291         EBdigis = EcalDigiEB.product();
00292         LogDebug("DigiInfo") << "total # EBdigis: " << EBdigis->size() ;
00293      
00294         iEvent.getByLabel( EEdigiCollection_, EcalDigiEE );
00295         EEdigis = EcalDigiEE.product();
00296         LogDebug("DigiInfo") << "total # EEdigis: " << EEdigis->size() ;
00297     }
00298 
00299     if (getEcalESDigis_) {
00300         iEvent.getByLabel( ESdigiCollection_, EcalDigiES );
00301         ESdigis = EcalDigiES.product();
00302         LogDebug("DigiInfo") << "total # ESdigis: " << ESdigis->size() ;
00303     }
00304         
00305     Handle<HBHEDigiCollection> HcalDigiHBHE ; 
00306     Handle<HODigiCollection> HcalDigiHO ; 
00307     Handle<HFDigiCollection> HcalDigiHF ; 
00308     const HBHEDigiCollection* HBHEdigis = 0 ;
00309     const HODigiCollection* HOdigis = 0 ;
00310     const HFDigiCollection* HFdigis = 0 ; 
00311 
00312     if (getHcalDigis_) {
00313         iEvent.getByLabel( HBHEdigiCollection_, HcalDigiHBHE );
00314         HBHEdigis = HcalDigiHBHE.product();
00315         LogDebug("DigiInfo") << "total # HBHEdigis: " << HBHEdigis->size() ;
00316      
00317         iEvent.getByLabel( HOdigiCollection_, HcalDigiHO );
00318         HOdigis = HcalDigiHO.product();
00319         LogDebug("DigiInfo") << "total # HOdigis: " << HOdigis->size() ;
00320     
00321         iEvent.getByLabel( HFdigiCollection_, HcalDigiHF );
00322         HFdigis = HcalDigiHF.product();
00323         LogDebug("DigiInfo") << "total # HFdigis: " << HFdigis->size() ;
00324     }
00325     
00326     Handle<CSCStripDigiCollection> CSCDigiStrip ; 
00327     Handle<CSCWireDigiCollection> CSCDigiWire ; 
00328     const CSCStripDigiCollection* CSCstripdigis ; 
00329     const CSCWireDigiCollection* CSCwiredigis ; 
00330 
00331     if (getCSCDigis_) {
00332         iEvent.getByLabel( CSCStripdigiCollection_, CSCDigiStrip );
00333         CSCstripdigis = CSCDigiStrip.product();
00334         iEvent.getByLabel( CSCWiredigiCollection_, CSCDigiWire );
00335         CSCwiredigis = CSCDigiWire.product();
00336 
00337         int numDigis = 0 ; 
00338         for (CSCStripDigiCollection::DigiRangeIterator iter=CSCDigiStrip->begin();
00339              iter!=CSCDigiStrip->end(); iter++) {
00340             for ( vector<CSCStripDigi>::const_iterator digiIter = (*iter).second.first;
00341                   digiIter != (*iter).second.second; digiIter++) numDigis++ ;
00342         }
00343         LogDebug("DigiInfo") << "total # CSCstripdigis: " << numDigis ;
00344         numDigis = 0 ; 
00345         for (CSCWireDigiCollection::DigiRangeIterator iter=CSCDigiWire->begin();
00346              iter!=CSCDigiWire->end(); iter++) {
00347             for ( vector<CSCWireDigi>::const_iterator digiIter = (*iter).second.first;
00348                   digiIter != (*iter).second.second; digiIter++) numDigis++ ;
00349         }
00350         LogDebug("DigiInfo") << "total # CSCwiredigis: " << numDigis ;
00351     }
00352     
00353     Handle<DTDigiCollection> DTDigiHandle ; 
00354     const DTDigiCollection* DTdigis ; 
00355 
00356     if (getDTDigis_) {
00357         iEvent.getByLabel( DTdigiCollection_, DTDigiHandle );
00358         DTdigis = DTDigiHandle.product();
00359     
00360         int numDigis = 0 ; 
00361         for (DTDigiCollection::DigiRangeIterator iter=DTDigiHandle->begin();
00362              iter!=DTDigiHandle->end(); iter++) {
00363             for ( vector<DTDigi>::const_iterator digiIter = (*iter).second.first;
00364                   digiIter != (*iter).second.second; digiIter++) numDigis++ ;
00365         }
00366         LogDebug("DigiInfo") << "total # DTdigis: " << numDigis ;
00367     }
00368         
00369     Handle<RPCDigiCollection> RPCDigiHandle ; 
00370     const RPCDigiCollection* RPCdigis ; 
00371 
00372     if (getRPCDigis_) { 
00373         iEvent.getByLabel( RPCdigiCollection_, RPCDigiHandle );
00374         RPCdigis = RPCDigiHandle.product();
00375 
00376         int numDigis = 0 ; 
00377         for (RPCDigiCollection::DigiRangeIterator iter=RPCDigiHandle->begin();
00378              iter!=RPCDigiHandle->end(); iter++) {
00379             for ( vector<RPCDigi>::const_iterator digiIter = (*iter).second.first;
00380                   digiIter != (*iter).second.second; digiIter++) numDigis++ ;
00381         }
00382         LogDebug("DigiInfo") << "total # RPCdigis: " << numDigis ;
00383     }
00384     
00385     LogDebug("DigiInfo") << "***--------------- End of Event -----------------***" ;  
00386     
00387 }


Member Data Documentation

edm::InputTag HLTGetDigi::CSCStripdigiCollection_ [private]

Definition at line 41 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::CSCWiredigiCollection_ [private]

Definition at line 42 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::DTdigiCollection_ [private]

Definition at line 43 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::EBdigiCollection_ [private]

Definition at line 33 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::EEdigiCollection_ [private]

Definition at line 34 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::ESdigiCollection_ [private]

Definition at line 35 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctCaloEmLabel_ [private]

Definition at line 45 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctCaloRegionLabel_ [private]

Definition at line 46 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctCenJetLabel_ [private]

Definition at line 49 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctEtHadLabel_ [private]

Definition at line 53 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctEtMissLabel_ [private]

Definition at line 54 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctEtTotalLabel_ [private]

Definition at line 55 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctForJetLabel_ [private]

Definition at line 50 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctIsoEmLabel_ [private]

Definition at line 47 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctJetCountsLabel_ [private]

Definition at line 52 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctNonIsoEmLabel_ [private]

Definition at line 48 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GctTauJetLabel_ [private]

Definition at line 51 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getCSCDigis_ [private]

Definition at line 69 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getDTDigis_ [private]

Definition at line 70 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getEcalDigis_ [private]

Definition at line 64 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getEcalESDigis_ [private]

Definition at line 65 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGctEmDigis_ [private]

Definition at line 73 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGctEtDigis_ [private]

Definition at line 76 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGctJetCounts_ [private]

Definition at line 75 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGctJetDigis_ [private]

Definition at line 74 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGmtCands_ [private]

Definition at line 80 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGmtRC_ [private]

Definition at line 81 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGtEvmRR_ [private]

Definition at line 77 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGtObjectMap_ [private]

Definition at line 78 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getGtRR_ [private]

Definition at line 79 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getHcalDigis_ [private]

Definition at line 66 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getL1Calo_ [private]

Definition at line 72 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getPixelDigis_ [private]

Definition at line 67 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getRPCDigis_ [private]

Definition at line 71 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

bool HLTGetDigi::getStripDigis_ [private]

Definition at line 68 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GmtCandsLabel_ [private]

Definition at line 61 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GmtReadoutCollection_ [private]

Definition at line 62 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GtEvmRRLabel_ [private]

Definition at line 57 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GtObjectMapLabel_ [private]

Definition at line 58 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::GtRRLabel_ [private]

Definition at line 59 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::HBHEdigiCollection_ [private]

Definition at line 36 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::HFdigiCollection_ [private]

Definition at line 38 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::HOdigiCollection_ [private]

Definition at line 37 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::PXLdigiCollection_ [private]

Definition at line 39 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::RPCdigiCollection_ [private]

Definition at line 44 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().

edm::InputTag HLTGetDigi::SSTdigiCollection_ [private]

Definition at line 40 of file HLTGetDigi.h.

Referenced by analyze(), and HLTGetDigi().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:24:30 2009 for CMSSW by  doxygen 1.5.4