ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/interface/PhotonTreeWriter.h
(Generate patch)

Comparing UserCode/MitPhysics/Mods/interface/PhotonTreeWriter.h (file contents):
Revision 1.39 by veverka, Mon Oct 7 12:47:49 2013 UTC vs.
Revision 1.40 by veverka, Thu Nov 7 17:15:45 2013 UTC

# Line 806 | Line 806 | namespace mithep
806                            const Collection *collection
807                            );
808  
809 +    static UInt_t       IndexOfNearestSuperClusterInCollection(
810 +                          const SuperCluster    *element,
811 +                          const SuperClusterCol *collection
812 +                          );
813 +
814 +    static double       SuperClusterPairMass(
815 +                          const SuperCluster *sc1,
816 +                          const SuperCluster *sc2
817 +                          );
818 +
819 +    static FourVectorM  SuperClusterFourVectorM(const SuperCluster *sc1);
820 +
821    protected:
822      void                Process();
823      void                SlaveBegin();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines