# | 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(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |