ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/interface/FillerSuperClusters.h
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/interface/FillerSuperClusters.h (file contents):
Revision 1.1 by sixie, Fri Aug 8 11:12:38 2008 UTC vs.
Revision 1.2 by loizides, Wed Sep 10 03:30:23 2008 UTC

# Line 8 | Line 8
8   // Authors: Si Xie
9   //--------------------------------------------------------------------------------------------------
10  
11 < #ifndef TREEFILLER_FILLERSUPERCLUSTERS_H
12 < #define TREEFILLER_FILLERSUPERCLUSTERS_H
11 > #ifndef MITPROD_TREEFILLER_FILLERSUPERCLUSTERS_H
12 > #define MITPROD_TREEFILLER_FILLERSUPERCLUSTERS_H
13  
14   #include "FWCore/ParameterSet/interface/ParameterSet.h"
15   #include "MitAna/DataUtil/interface/TreeWriter.h"
# Line 32 | Line 32 | namespace mithep
32        const mithep::SuperClusterMap    *GetSuperClusterMap() const { return superClusterMap_; }
33  
34      private:
35 <      std::string                           edmName_;
36 <      std::string                           mitName_;
37 <
38 <      std::string                           basicClusterMapName_;          //name of imported map wrt basic clusters
39 <      std::string                           superClusterMapName_;          //name of export map
40 <
41 <      const mithep::BasicClusterMap         *basicClusterMap_;             //map wrt basic clusters
42 <
43 <      mithep::SuperClusterArr               *superClusters_;               //array of super clusters
44 <      mithep::SuperClusterMap               *superClusterMap_;             //map wrt super clusters
45 <      
46 <      
35 >      std::string                       edmName_;
36 >      std::string                       mitName_;
37 >      std::string                       basicClusterMapName_; //name of imp. map wrt basic clusters
38 >      std::string                       superClusterMapName_; //name of exported map
39 >      const mithep::BasicClusterMap    *basicClusterMap_;     //map wrt basic clusters
40 >      mithep::SuperClusterArr          *superClusters_;       //array of super clusters
41 >      mithep::SuperClusterMap          *superClusterMap_;     //map wrt super clusters
42    };
43   }
44   #endif
45 <
45 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines