Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TpcClusterZCrossingCorrection.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TpcClusterZCrossingCorrection.h
1 #ifndef TPC_TPCCLUSTERZCROSSINGCORRECTION_H
2 #define TPC_TPCCLUSTERZCROSSINGCORRECTION_H
3 
11 {
12  public:
13 
15 
16  float correctZ(float zinit, unsigned int side, short int crossing) const;
17 
18  static float _vdrift;
19 
20 private:
21 
22  float _time_between_crossings = 106; // ns, same value as in pileup generator
23 };
24 
25 #endif