Ignore:
Timestamp:
01/26/09 14:26:47 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvtBasic.h

    r9219 r9272  
    1212    enum ParticleId_t
    1313    {
    14         kUNDEFINED  = -1,
    15         kGAMMA      =  1,
    16         kPOSITRON   =  2,
    17         kELECTRON   =  3,
    18         kANTIMUON   =  5,
    19         kMUON       =  6,
    20         kPI0        =  7,
    21         kNEUTRON    = 13,
    22         kPROTON   =   14,
    23         kHELIUM   =  402,
    24         kOXYGEN   = 1608,
    25         kIRON     = 5626,
    26         kNightSky = 9999
     14        kUNDEFINED  =   -1,
     15        kGAMMA      =    1,
     16        kPOSITRON   =    2,
     17        kELECTRON   =    3,
     18        kANTIMUON   =    5,
     19        kMUON       =    6,
     20        kPI0        =    7,
     21        kNEUTRON    =   13,
     22        kPROTON     =   14,
     23        kHELIUM     =  402,
     24        kOXYGEN     = 1608,
     25        kIRON       = 5626,
     26        kArtificial = 9998,
     27        kNightSky   = 9999
    2728    };
    2829
     
    5455      switch (id)
    5556      {
    56       case kUNDEFINED:return "Undefined";
    57       case kGAMMA:    return "Gamma";
    58       case kPOSITRON: return "Positron";
    59       case kELECTRON: return "Electron";
    60       case kANTIMUON: return "Anti-Muon";
    61       case kMUON:     return "Muon";
    62       case kPI0:      return "Pi-0";
    63       case kNEUTRON:  return "Neutron";
    64       case kPROTON:   return "Proton";
    65       case kHELIUM:   return "Helium";
    66       case kOXYGEN:   return "Oxygen";
    67       case kIRON:     return "Iron";
    68       case kNightSky: return "NSB";
     57      case kUNDEFINED:  return "Undefined";
     58      case kGAMMA:      return "Gamma";
     59      case kPOSITRON:   return "Positron";
     60      case kELECTRON:   return "Electron";
     61      case kANTIMUON:   return "Anti-Muon";
     62      case kMUON:       return "Muon";
     63      case kPI0:        return "Pi-0";
     64      case kNEUTRON:    return "Neutron";
     65      case kPROTON:     return "Proton";
     66      case kHELIUM:     return "Helium";
     67      case kOXYGEN:     return "Oxygen";
     68      case kIRON:       return "Iron";
     69      case kArtificial: return "Artificial";
     70      case kNightSky:   return "NightSky";
    6971      }
    7072
Note: See TracChangeset for help on using the changeset viewer.