Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CaloRecoUtility.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CaloRecoUtility.h
1 // $Id: $
2 
11 #ifndef CALORECO_CALORECOUTILITY_H
12 #define CALORECO_CALORECOUTILITY_H
13 
14 class RawCluster;
15 class BEmcRec;
16 
23 {
24  public:
29 
31  // assuming
32  void ShowerDepthCorrZVertex(RawCluster* clus, float zvtx);
33  void ProbCorrsZVertex(RawCluster* clus, float zvtx);
34  void LoadProfile();
35 
36  private:
38  BEmcRec* _bemc = nullptr;
39 };
40 
41 #endif