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.11 by paus, Sat May 5 16:49:59 2012 UTC vs.
Revision 1.12 by ksung, Wed May 15 14:00:29 2013 UTC

# Line 44 | Line 44 | namespace mithep
44        std::string                      mitName_;               //mit name of collection
45        std::string                      basicClusterMapName_;   //name of imp. map wrt basic clus
46        std::string                      psClusterMapName_;      //name of imp. map wrt ps clus
47 +      std::string                      psXClusterMapName_;     //name of imp. map wrt ps x clus
48 +      std::string                      psYClusterMapName_;     //name of imp. map wrt ps y clus
49        std::string                      caloTowerDetIdMapName_; //name of imp. map wrt caloTowerDetId
50        std::string                      superClusterMapName_;   //name of exported map
51        std::string                      superClusterIdMapName_; //name of exported id map
52        std::string                      caloTowerName_;         //name of calotower collection
53        const mithep::BasicClusterMap   *basicClusterMap_;       //map wrt basic clusters
54        const mithep::PsClusterMap      *psClusterMap_;          //map wrt preshower clusters
55 <      const mithep::CaloTowerDetIdMap *caloTowerDetIdMap_;    //map wrt calo tower det id's
55 >      const mithep::PsClusterMap      *psXClusterMap_;         //map wrt preshower x clusters
56 >      const mithep::PsClusterMap      *psYClusterMap_;         //map wrt preshower y clusters      
57 >      const mithep::CaloTowerDetIdMap *caloTowerDetIdMap_;     //map wrt calo tower det id's
58        mithep::SuperClusterArr         *superClusters_;         //array of super clusters
59        mithep::SuperClusterMap         *superClusterMap_;       //map wrt super clusters
60        mithep::SuperClusterIdMap       *superClusterIdMap_;     //map of DetIds to superclusters

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines