Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

McConstants.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/GlastEvent/GlastEvent/MonteCarlo/McConstants.h,v 1.2 2001/02/28 22:28:48 burnett Exp $
00002 #ifndef GlastEvent_McConstants_H
00003 #define GlastEvent_McConstants_H 1
00004 
00005 
00006 namespace GlastEvent {
00007     namespace McConstants {
00009         // McParticle status
00010         const unsigned long  PRIMARY            = 1 << 0;
00011         const unsigned long  CALOSHOWER         = 1 << 1;
00012         // Hit flags
00013         const unsigned long  ORIGIN_PRIMARY     = 1 << 0;
00014         const unsigned long  ORIGIN_CALOSHOWER  = 1 << 1;
00015         const unsigned long  NEED_DIGI          = 1 << 8;
00016     }
00017 }
00018 
00019 #endif // GlastEvent_McConstants_H

Generated at Wed Nov 21 12:22:49 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000