CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloCollections.cc
Go to the documentation of this file.
2 
3 #include "CaloCollections.h"
4 
5 namespace l1t {
6  namespace stage1 {
8  {
12  event_.put(jets_);
13  event_.put(taus_, "rlxTaus");
14  event_.put(isotaus_, "isoTaus");
15  event_.put(calospareHFBitCounts_,"HFBitCounts");
16  event_.put(calospareHFRingSums_,"HFRingSums");
19  }
20  }
21 }
std::auto_ptr< EtSumBxCollection > etsums_
std::auto_ptr< CaloSpareBxCollection > calospareHFRingSums_
std::auto_ptr< TauBxCollection > taus_
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:120
std::auto_ptr< EGammaBxCollection > egammas_
std::auto_ptr< CaloTowerBxCollection > towers_
std::auto_ptr< L1CaloRegionCollection > caloRegions_
std::auto_ptr< JetBxCollection > jets_
std::auto_ptr< CaloSpareBxCollection > calospareHFBitCounts_
std::auto_ptr< L1CaloEmCollection > caloEmCands_
std::auto_ptr< TauBxCollection > isotaus_