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.7 by loizides, Fri Sep 25 08:42:50 2009 UTC vs.
Revision 1.9 by sixie, Wed Mar 24 15:41:23 2010 UTC

# Line 24 | Line 24 | namespace mithep
24        FillerSuperClusters(const edm::ParameterSet &cfg, const char *name, bool active=1);
25        ~FillerSuperClusters();
26  
27 <      void                            BookDataBlock(TreeWriter &tws, const edm::EventSetup &es);
27 >      void                            BookDataBlock(TreeWriter &tws);
28        void                            FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
29        const mithep::SuperClusterMap  *GetSuperClusterMap() const { return superClusterMap_; }
30  
# Line 34 | Line 34 | namespace mithep
34        std::string                     basicClusterMapName_;   //name of imp. map wrt basic clus
35        std::string                     superClusterMapName_;   //name of exported map
36        std::string                     superClusterIdMapName_; //name of exported id map
37 +      std::string                     caloTowerName_;         //name of calotower collection
38        const mithep::BasicClusterMap  *basicClusterMap_;       //map wrt basic clusters
39        mithep::SuperClusterArr        *superClusters_;         //array of super clusters
40        mithep::SuperClusterMap        *superClusterMap_;       //map wrt super clusters

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines