|
static TString | feedThroughName (PartitionId part, short feedThrough) |
|
static TH2D * | partitionHist (PartitionId part, const TString &name, const TString &title) |
|
static TProfile2D * | partitionProfileHist (PartitionId part, const TString &name, const TString &title) |
|
static bool | setBinLabels (TH2 *hist, PartitionId part) |
|
static short | nFeedThroughs (PartitionId part) |
|
static short | nSlots (PartitionId part) |
|
static short | nPartitionChannels (PartitionId part) |
|
static short | nFEBs (PartitionId part) |
|
static short | nFEBs () |
|
static short | nPhiRings () |
|
static short | firstLayer (CaloId calo) |
|
static short | nLayers (CaloId calo) |
|
static short | nRegions (CaloId calo, short layer) |
|
static short | firstEta (CaloId calo, short layer, short region=0) |
|
static short | nEta (CaloId calo, short layer, short region, short iPhi=1) |
|
static short | nEta (CaloId calo, short layer) |
|
static short | nPhi (CaloId calo, short layer, short region=0) |
|
static double | etaSize (CaloId calo, short layer, short region, short iEta=-1) |
|
static double | phiSize (CaloId calo, short layer, short region, short iPhi=-1) |
|
static double | etaMin (CaloId calo, short layer, short region=-1) |
|
static double | etaMax (CaloId calo, short layer, short region=-1) |
|
static double | phiMin (CaloId calo, short layer, short region=-1) |
|
static double | eta (CaloId calo, short layer, short region, short iEta) |
|
static double | phi (CaloId calo, short layer, short region, short iPhi) |
|
static double | etaCenter (CaloId calo, short layer, short region, short iEta) |
|
static double | phiCenter (CaloId calo, short layer, short region, short iPhi) |
|
static double | etaHigh (CaloId calo, short layer, short region, short iEta) |
|
static double | phiHigh (CaloId calo, short layer, short region, short iPhi) |
|
static short | etaIndex (CaloId calo, short layer, short region, short iEta) |
|
static TArrayD | etaBins (CaloId calo, short layer) |
|
static TH2D * | etaPhiHist (CaloId calo, short layer, const TString &name, const TString &title) |
|
static int | nChannels (CaloId calo, short layer, short region) |
|
static int | nChannels (CaloId calo, short layer) |
|
static int | nChannels (CaloId calo) |
|
static TArrayD | merge (const std::vector< TArrayD * > &arrays) |
|
static TArrayD | mirror (const TArrayD &bins) |
|
static TArrayD | remove (const TArrayD &bins, int index) |
|
Definition at line 24 of file Geometry.h.