ATLAS Offline Software
Loading...
Searching...
No Matches
LArSamples Namespace Reference

Namespaces

namespace  FitterData

Classes

class  AbsLArCells
 A base class for accessing ntuple data. More...
class  AbsShape
class  AbsShapeErrorGetter
class  Accessor
 A base class for accessing ntuple data. More...
class  Averager
 storage of the time histories of all the cells More...
class  CellInfo
struct  ChannelSpec
class  Chi2Calc
class  ClassCounts
class  CombinedShapeErrorGetter
class  D3PDConverter
 storage of the time histories of all the cells More...
class  Data
class  DataContainer
struct  DataFunc
struct  DataFuncArgs
struct  DataFuncSet
class  DataStore
 storage of the time histories of all the cells More...
class  DataTweaker
struct  Definitions
class  DigitMonitor
 storage of the time histories of all the cells More...
class  EventData
class  FilterList
class  FilterParams
class  FitMonitor
 storage of the time histories of all the cells More...
struct  FuncCut
class  Geo
struct  GraphPoint
class  GraphShape
class  History
class  HistoryContainer
class  HistoryIterator
 storage of the time histories of all the cells More...
class  Id
class  IndexRange
 storage of the time histories of all the cells More...
class  Interface
class  LArCellsEmptyMonitoring
 @Basic class aimed at running simple LAr monitoring function on ntuples produced from that very same package. More...
class  MonitorBase
class  MultiTreeAccessor
class  OccupancyMonitor
 storage of the time histories of all the cells More...
class  OFC
class  PersistentAccessor
class  Residual
 storage of a pulse shape residual set More...
class  ResidualCalculator
class  ResidualCompare
class  Residuals
struct  RoIPosition
class  RunData
class  ScaledErrorData
class  ScaledShiftedShape
class  ShapeDrawer
class  ShapeErrorData
class  ShapeFitter
class  ShapeInfo
class  SimpleShape
class  Splitter
 Tools so split an ntuple into smaller bits. More...
class  TimingClass
class  TimingMonitor
 storage of the time histories of all the cells More...
class  TreeAccessor
class  TreeShapeErrorGetter
class  UniformShapeErrorGetter

Typedefs

typedef TMatrixTSym< double > CovMatrix
typedef std::pair< int, int > UIntRange

Enumerations

enum  CaloId {
  FCAL_C = -5 , HEC_C = -4 , EMEC_INNER_C = -3 , EMEC_OUTER_C = -2 ,
  EMB_C = -1 , UNKNOWN_CALO = 0 , EMB_A = 1 , EMEC_OUTER_A = 2 ,
  EMEC_INNER_A = 3 , HEC_A = 4 , FCAL_A = 5 , EMEC_C = -10 ,
  EMEC_A = 10 , EMB = 101 , EMEC = 102 , EMEC_OUTER = 103 ,
  EMEC_INNER = 104 , HEC = 105 , FCAL = 106 , EM = 107 ,
  PRECISION_EM = 108
}
enum  PartitionId {
  EMB_A_PARTITION = 1 , EMB_C_PARTITION = 2 , EMEC_A_PARTITION = 3 , EMEC_C_PARTITION = 4 ,
  HEC_A_PARTITION = 5 , HEC_C_PARTITION = 6 , FCAL_A_PARTITION = 7 , FCAL_C_PARTITION = 8 ,
  UNKNOWN_PARTITION = 0
}
enum  ShapeErrorType {
  CellShapeError , LowGainCellShapeError , MedGainCellShapeError , HighGainCellShapeError ,
  RingShapeError , LowGainRingShapeError , MedGainRingShapeError , HighGainRingShapeError ,
  NoShapeError , NShapeErrorTypes , BestShapeError
}
enum  Chi2Params { DefaultChi2 = 0 , NoCorrs = 1 , BasicChi2 = 2 , OFCChi2 = 4 }
enum  CombinationType {
  AverageValue = 0 , MaxValue = 1 , MinValue = 2 , TotalValue = 3 ,
  RMSValue = 4
}
enum  DrawParams { DataFirst = 1 , SamplingTimeUnits = 2 , Legend = 4 , AtlasStyle = 8 }

Typedef Documentation

◆ CovMatrix

typedef TMatrixTSym<double> LArSamples::CovMatrix

◆ UIntRange

typedef std::pair<int, int> LArSamples::UIntRange

Definition at line 23 of file FilterParams.h.

Enumeration Type Documentation

◆ CaloId

Enumerator
FCAL_C 
HEC_C 
EMEC_INNER_C 
EMEC_OUTER_C 
EMB_C 
UNKNOWN_CALO 
EMB_A 
EMEC_OUTER_A 
EMEC_INNER_A 
HEC_A 
FCAL_A 
EMEC_C 
EMEC_A 
EMB 
EMEC 
EMEC_OUTER 
EMEC_INNER 
HEC 
FCAL 
EM 
PRECISION_EM 

Definition at line 21 of file CaloId.h.

21 {
22 FCAL_C = -5, HEC_C = -4, EMEC_INNER_C = -3, EMEC_OUTER_C = -2, EMB_C = -1,
23 UNKNOWN_CALO = 0,
24 EMB_A = 1, EMEC_OUTER_A = 2, EMEC_INNER_A = 3, HEC_A = 4, FCAL_A = 5,
25 EMEC_C = -10, EMEC_A = 10, EMB = 101, EMEC = 102, EMEC_OUTER = 103, EMEC_INNER = 104,
26 HEC = 105, FCAL = 106, EM = 107, PRECISION_EM = 108
27 };
@ EMEC_INNER
Definition CaloId.h:25
@ EMEC_INNER_C
Definition CaloId.h:22
@ PRECISION_EM
Definition CaloId.h:26
@ UNKNOWN_CALO
Definition CaloId.h:23
@ EMEC_INNER_A
Definition CaloId.h:24
@ EMEC_OUTER_C
Definition CaloId.h:22
@ EMEC_OUTER_A
Definition CaloId.h:24
@ EMEC_OUTER
Definition CaloId.h:25

◆ Chi2Params

Enumerator
DefaultChi2 
NoCorrs 
BasicChi2 
OFCChi2 

Definition at line 24 of file Chi2Calc.h.

24{ DefaultChi2 = 0, NoCorrs = 1, BasicChi2 = 2, OFCChi2 = 4 };
@ DefaultChi2
Definition Chi2Calc.h:24

◆ CombinationType

◆ DrawParams

Enumerator
DataFirst 
SamplingTimeUnits 
Legend 
AtlasStyle 

Definition at line 22 of file ShapeDrawer.h.

◆ PartitionId

Enumerator
EMB_A_PARTITION 
EMB_C_PARTITION 
EMEC_A_PARTITION 
EMEC_C_PARTITION 
HEC_A_PARTITION 
HEC_C_PARTITION 
FCAL_A_PARTITION 
FCAL_C_PARTITION 
UNKNOWN_PARTITION 

Definition at line 29 of file CaloId.h.

29 {
32 };
@ EMEC_A_PARTITION
Definition CaloId.h:30
@ FCAL_C_PARTITION
Definition CaloId.h:31
@ HEC_C_PARTITION
Definition CaloId.h:31
@ EMB_A_PARTITION
Definition CaloId.h:30
@ FCAL_A_PARTITION
Definition CaloId.h:31
@ UNKNOWN_PARTITION
Definition CaloId.h:31
@ EMB_C_PARTITION
Definition CaloId.h:30
@ EMEC_C_PARTITION
Definition CaloId.h:30
@ HEC_A_PARTITION
Definition CaloId.h:31

◆ ShapeErrorType

Enumerator
CellShapeError 
LowGainCellShapeError 
MedGainCellShapeError 
HighGainCellShapeError 
RingShapeError 
LowGainRingShapeError 
MedGainRingShapeError 
HighGainRingShapeError 
NoShapeError 
NShapeErrorTypes 
BestShapeError 

Definition at line 22 of file LArCalorimeter/LArCafJobs/LArCafJobs/Definitions.h.