ATLAS Offline Software
Enumerations
GetLCDefs Namespace Reference

namespace for enums releavant in the extraction of LC constants More...

Enumerations

enum  NormalizationTypes {
  LIN = 0, LOG, CONST, NCLUS,
  Unknown
}
 
enum  ClassificationTypes { NONE = 0, PARTICLEID_EM =1, PARTICLEID_HAD =2 }
 

Detailed Description

namespace for enums releavant in the extraction of LC constants

Version
$Id: GetLCDefs.h 1 2010-03-04 08:56:11 menke $
Author
Sven Menke menke.nosp@m.@mpp.nosp@m.mu.mp.nosp@m.g.de
Date
8-March-2010 This names space collects enums and other definitions relevant for the extraction of local hadron calibration constants.

Enumeration Type Documentation

◆ ClassificationTypes

Enumerator
NONE 
PARTICLEID_EM 
PARTICLEID_HAD 

Definition at line 24 of file GetLCDefs.h.

24  {
26  };

◆ NormalizationTypes

Enumerator
LIN 
LOG 
CONST 
NCLUS 
Unknown 

Definition at line 20 of file GetLCDefs.h.

20  {
22  };
GetLCDefs::CONST
@ CONST
Definition: GetLCDefs.h:21
NONE
@ NONE
Definition: sTGCenumeration.h:13
GetLCDefs::Unknown
@ Unknown
Definition: GetLCDefs.h:21
GetLCDefs::NCLUS
@ NCLUS
Definition: GetLCDefs.h:21
GetLCDefs::PARTICLEID_EM
@ PARTICLEID_EM
Definition: GetLCDefs.h:25
GetLCDefs::PARTICLEID_HAD
@ PARTICLEID_HAD
Definition: GetLCDefs.h:25
GetLCDefs::LOG
@ LOG
Definition: GetLCDefs.h:21
GetLCDefs::LIN
@ LIN
Definition: GetLCDefs.h:21