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

Comparing UserCode/MitProd/TreeFiller/interface/FillerBasicClusters.h (file contents):
Revision 1.1 by sixie, Fri Aug 8 11:12:38 2008 UTC vs.
Revision 1.3 by loizides, Sun Mar 15 11:20:40 2009 UTC

# Line 3 | Line 3
3   //
4   // FillerBasicClusters
5   //
6 < // Imlementation of a filler to fill EDM basic clusters into our mithep::BasicCluster data structure.
6 > // Implementation of a filler to fill EDM basic clusters into the
7 > // mithep::BasicCluster data structure.
8   //
9 < // Authors: Si Xie
9 > // Authors: S.Xie
10   //--------------------------------------------------------------------------------------------------
11  
12 < #ifndef TREEFILLER_FILLERBASICCLUSTERS_H
13 < #define TREEFILLER_FILLERBASICCLUSTERS_H
12 > #ifndef MITPROD_TREEFILLER_FILLERBASICCLUSTERS_H
13 > #define MITPROD_TREEFILLER_FILLERBASICCLUSTERS_H
14  
15   #include "FWCore/ParameterSet/interface/ParameterSet.h"
16   #include "MitAna/DataUtil/interface/TreeWriter.h"
# Line 30 | Line 31 | namespace mithep
31        const BasicClusterMap    *GetBasicClusterMap() const { return basicClusterMap_; }
32    
33      private:
34 <      std::string                           edmName_;
35 <      std::string                           mitName_;
36 <      std::string                           basicClusterMapName_;  //name of export map
37 <      mithep::BasicClusterArr               *basicClusters_;       //array of basic clusters
38 <      mithep::BasicClusterMap               *basicClusterMap_;     //map wrt basic Clusters
38 <
34 >      std::string                      edmName_;             //edm name of clusters
35 >      std::string                      mitName_;             //mit name of clusters
36 >      std::string                      basicClusterMapName_; //name of export map
37 >      mithep::BasicClusterArr         *basicClusters_;       //array of basic clusters
38 >      mithep::BasicClusterMap         *basicClusterMap_;     //map wrt basic Clusters
39    };
40   }
41   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines