StFms  0.0.0
FMS software in the STAR framework
FMSCluster Namespace Reference

Classes

class  StFmsClusterFinder
 
class  StFmsClusterFitter
 
class  StFmsEventClusterer
 
struct  StFmsFittedPhoton
 
class  StFmsGeometry
 
class  StFmsTower
 
class  StFmsTowerCluster
 
class  TowerClusterAssociation
 

Typedefs

typedef std::list
< std::unique_ptr
< StFmsTowerCluster > > 
ClusterList
 
typedef std::list
< StFmsFittedPhoton
PhotonList
 

Enumerations

enum  StFmsDetectorId {
  kFpdNorth = 0, kFpdSouth = 1, kFpdNorthPreshower = 2, kFpdSouthPreshower = 3,
  kFpdNorthShowerMaxVertical = 4, kFpdSouthShowerMaxVertical = 5, kFpdNorthShowerMaxHorizontal = 6, kFpdSouthShowerMaxHorizontal = 7,
  kFmsNorthLarge = 8, kFmsSouthLarge = 9, kFmsNorthSmall = 10, kFmsSouthSmall = 11,
  kFhcNorth = 12, kFhcSouth = 13, kFmsInvalidDetectorId = -1
}
 

Typedef Documentation

typedef std::list<std::unique_ptr<StFmsTowerCluster> > FMSCluster::ClusterList

Definition at line 25 of file StFmsClusterFinder.h.

Definition at line 27 of file StFmsClusterFitter.h.

Enumeration Type Documentation

Enumeration for FPD and FMS subdetectors.

The numerical values are defined for compatibility with the detector ID values expected by StFmsHit i.e. these are the detector ID numbers defined by StFmsChannelGeometry in the database.

Enumerator
kFpdNorth 
kFpdSouth 
kFpdNorthPreshower 
kFpdSouthPreshower 
kFpdNorthShowerMaxVertical 
kFpdSouthShowerMaxVertical 
kFpdNorthShowerMaxHorizontal 
kFpdSouthShowerMaxHorizontal 
kFmsNorthLarge 
kFmsSouthLarge 
kFmsNorthSmall 
kFmsSouthSmall 
kFhcNorth 
kFhcSouth 
kFmsInvalidDetectorId 

Definition at line 33 of file StFmsGeometry.h.