ATLAS Offline Software
Loading...
Searching...
No Matches
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 };
@ PARTICLEID_EM
Definition GetLCDefs.h:25
@ PARTICLEID_HAD
Definition GetLCDefs.h:25

◆ NormalizationTypes

Enumerator
LIN 
LOG 
CONST 
NCLUS 
Unknown 

Definition at line 20 of file GetLCDefs.h.

20 {
22 };