ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/interface/ProducerEvtSelData.h
(Generate patch)

Comparing UserCode/MitEdm/Producers/interface/ProducerEvtSelData.h (file contents):
Revision 1.1 by loizides, Mon Dec 7 22:52:27 2009 UTC vs.
Revision 1.2 by edwenger, Tue Dec 8 00:31:46 2009 UTC

# Line 17 | Line 17
17   #include "FWCore/Framework/interface/MakerMacros.h"
18   #include "FWCore/ParameterSet/interface/ParameterSet.h"
19  
20 + class TrackerGeometry;
21 +
22   namespace mitedm
23   {
24 +
25 +  class VertexHit {
26 +    public:
27 +      float z;
28 +      float r;
29 +      float w;
30 +  };
31 +
32    class ProducerEvtSelData : public edm::EDProducer {
33      public:
34        explicit ProducerEvtSelData(const edm::ParameterSet&);
# Line 26 | Line 36 | namespace mitedm
36      
37      private:
38        void produce (edm::Event&, const edm::EventSetup&);
39 +      void beginJob (const edm::EventSetup&);
40 +      int  getContainedHits (std::vector<VertexHit> hits, float z0, float & chi);
41  
42        std::string srcHF_;     //hf rec hits
43        std::string srcHBHE_;   //hbhe rec hits
44        std::string srcCastor_; //castor rec hits
45        std::string srcZDC_;    //zdc rec hits
46 +      std::string srcPixels_; //pixel rec hits
47 +
48 +      const TrackerGeometry* theTracker;
49    };
50 +
51   }
52   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines