Changeset 2688 for trunk


Ignore:
Timestamp:
12/17/03 14:34:45 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2687 r2688  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2003/12/17: Abelardo Moralejo
     7
     8   * mbase/MAGIC.h:
     9     - added kELECTRON, kPOSITRON to type ParticleId_t;
     10
     11   * mfilter/MFGeomag.cc:
     12     - added kPOSITRON and kELECTRON as possible particle ids.
     13
     14
    615 2003/12/17: Thomas Bretz
    716
  • trunk/MagicSoft/Mars/mbase/MAGIC.h

    r2219 r2688  
    3434{
    3535    kGAMMA  =    1,
     36    kPOSITRON =  2,
     37    kELECTRON =  3,
    3638    kPROTON =   14,
    3739    kHELIUM =  402,
  • trunk/MagicSoft/Mars/mfilter/MFGeomag.cc

    r2510 r2688  
    162162        break;
    163163
     164    case kELECTRON:              //electrons
     165        indadd = 1152;           //second part of table (negative particles)
     166        break;         
     167
     168    case kPOSITRON:              //positrons
     169        break;
     170
    164171    default:
    165172        Int_t id = fMcEvt->GetPartId();
Note: See TracChangeset for help on using the changeset viewer.