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 stage2 {
8  {
12  event_.put(jets_);
13  event_.put(taus_);
14 
15  event_.put(mp_etsums_, "MP");
16  event_.put(mp_jets_, "MP");
17  }
18  }
19 }
std::auto_ptr< EtSumBxCollection > mp_etsums_
std::auto_ptr< JetBxCollection > mp_jets_
std::auto_ptr< JetBxCollection > jets_
std::auto_ptr< TauBxCollection > taus_
std::auto_ptr< CaloTowerBxCollection > towers_
std::auto_ptr< EtSumBxCollection > etsums_
std::auto_ptr< EGammaBxCollection > egammas_
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:120