CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SimG4CMS/EcalTestBeam/interface/TBHodoActiveVolumeRawInfoProducer.h

Go to the documentation of this file.
00001 #ifndef TBHodoActiveVolumeRawInfoProducer_H
00002 #define TBHodoActiveVolumeRawInfoProducer_H
00003 /*
00004  * \file TBHodoActiveVolumeRawInfoProducer.h
00005  *
00006  * $Id: TBHodoActiveVolumeRawInfoProducer.h,v 1.4 2011/05/20 17:17:34 wmtan Exp $
00007  *
00008  */
00009 
00010 
00011 #include "FWCore/Framework/interface/EDProducer.h"
00012 #include "FWCore/Framework/interface/Event.h"
00013 #include "DataFormats/Common/interface/Handle.h"
00014 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00015 #include "FWCore/Framework/interface/ESHandle.h"
00016 #include "FWCore/Framework/interface/EventSetup.h"
00017 #include "FWCore/Framework/interface/MakerMacros.h"
00018 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00019 
00020 #include "SimDataFormats/EcalTestBeam/interface/PEcalTBInfo.h"
00021 #include "TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h"
00022 #include "TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRawInfo.h"
00023 #include "Geometry/EcalTestBeam/interface/EcalTBHodoscopeGeometry.h"
00024 #include "SimDataFormats/EcalTestBeam/interface/HodoscopeDetId.h"
00025 #include "SimDataFormats/CaloHit/interface/PCaloHit.h"
00026 #include "SimDataFormats/CaloHit/interface/PCaloHitContainer.h"
00027 
00028 class TBHodoActiveVolumeRawInfoProducer: public edm::EDProducer{
00029 
00030   
00031  public:
00032   
00034   TBHodoActiveVolumeRawInfoProducer(const edm::ParameterSet& ps);
00035   
00037   virtual ~TBHodoActiveVolumeRawInfoProducer();
00038   
00040   void produce(edm::Event & event, const edm::EventSetup& eventSetup);
00041   
00042 private:
00043 
00044   double myThreshold;
00045 
00046   EcalTBHodoscopeGeometry * theTBHodoGeom_;
00047 };
00048 
00049 #endif