Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
22
class
CaloRecoUtility
23
{
24
public
:
25
~CaloRecoUtility
();
26
CaloRecoUtility
();
27
CaloRecoUtility
(
CaloRecoUtility
& cru);
28
CaloRecoUtility
&
operator=
(
CaloRecoUtility
const
&);
29
31
// assuming
32
void
ShowerDepthCorrZVertex
(
RawCluster
* clus,
float
zvtx);
33
void
ProbCorrsZVertex
(
RawCluster
* clus,
float
zvtx);
34
void
LoadProfile
();
35
36
private
:
37
bool
_profLoaded
;
38
BEmcRec
*
_bemc
=
nullptr
;
39
};
40
41
#endif
coresoftware
blob
master
offline
packages
CaloReco
CaloRecoUtility.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration