ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/SuperCluster.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/SuperCluster.h (file contents):
Revision 1.27 by paus, Sat May 5 16:49:10 2012 UTC vs.
Revision 1.28 by paus, Mon Jul 1 20:18:00 2013 UTC

# Line 88 | Line 88 | namespace mithep
88      Double_t               YZ()                    const { return fYZ;                           }
89      Double_t               Time()                  const { return fTime;                         }
90      Double_t               SeedTime()              const { return fSeedTime;                     }
91 +    Double_t               LeadTimeSpan()          const { return fLeadTimeSpan;                 }
92 +    Double_t               SubLeadTimeSpan()       const { return fSubLeadTimeSpan;              }
93      Double_t               PsEffWidthSigmaXX()     const { return fPsEffWidthSigmaXX;            }
94      Double_t               PsEffWidthSigmaYY()     const { return fPsEffWidthSigmaYY;            }
95  
# Line 118 | Line 120 | namespace mithep
120      void                   SetYZ(Double_t x)                          { fYZ = x;                 }
121      void                   SetTime(Double_t x)                        { fTime = x;               }
122      void                   SetSeedTime(Double_t x)                    { fSeedTime = x;           }
123 +    void                   SetLeadTimeSpan(Double_t x)                { fLeadTimeSpan = x;       }
124 +    void                   SetSubLeadTimeSpan(Double_t x)             { fSubLeadTimeSpan = x;    }
125      void                   SetPsEffWidthSigmaXX(Double_t x)           { fPsEffWidthSigmaXX = x;  }
126      void                   SetPsEffWidthSigmaYY(Double_t x)           { fPsEffWidthSigmaYY = x;  }
127  
# Line 152 | Line 156 | namespace mithep
156      Double32_t              fYZ;                  //local coordinates
157      Double32_t              fTime;                //ecal timing (weighted average)
158      Double32_t              fSeedTime;            //ecal timing (seed crystal)
159 +    Double32_t              fLeadTimeSpan;        //ecal supercluster max timespan (seed vs. any other xtal)
160 +    Double32_t              fSubLeadTimeSpan;     //ecal supercluster next-to-max timespan (seed vs. any other xtal)
161  
162      Double32_t              fPreshowerEnergyPlane1; //local coordinates
163      Double32_t              fPreshowerEnergyPlane2; //local coordinates
# Line 159 | Line 165 | namespace mithep
165      Double32_t              fPsEffWidthSigmaYY;       //preshower cluster width in y plane
166      RefArray<PsCluster>     fPsClusts;              //assigned preshower clusters
167  
168 <    ClassDef(SuperCluster, 5) // Super cluster class
168 >    ClassDef(SuperCluster, 6) // Super cluster class
169    };
170   }
171  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines