/[PAMELA software]/yoda/event/SubDetector.h
ViewVC logotype

Diff of /yoda/event/SubDetector.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.0 by kusanagi, Tue Sep 21 20:49:57 2004 UTC revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/SubDetector.h,v $   * $Source: /home/cvsmanager/yoda/event/SubDetector.h,v $
3   * $Id: SubDetector.h,v 1.3 2004/08/19 15:24:10 kusanagi Exp $   * $Id: SubDetector.h,v 3.0 2005/03/04 15:54:11 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the SubDetector class.   * Header file for the SubDetector class.
# Line 32  namespace pamela { Line 32  namespace pamela {
32       * Get the name of the subdetector.       * Get the name of the subdetector.
33       */       */
34      std::string GetName(void) const { return Name; }      std::string GetName(void) const { return Name; }
35      static const SubDetector* Tracker; /**< Tracker */      static const SubDetector* Tracker;      /**< Tracker */
36      static const SubDetector* Calorimeter; /**< Calorimeter */      static const SubDetector* Calorimeter;  /**< Calorimeter */
37      static const SubDetector* Anticounter; /**< Anticounter unit */      static const SubDetector* Anticounter;  /**< Anticounter unit */
38      static const SubDetector* Trigger; /**< Trigger */      static const SubDetector* Trigger;      /**< Trigger */
39      static const SubDetector* Neutron; /**< Neutron */      static const SubDetector* Neutron;      /**< Neutron */
40        static const SubDetector* S4;           /**< S4 */
41        static const SubDetector* Tof;          /**< TOF */
42    };    };
43  }  }
44    

Legend:
Removed from v.2.0  
changed lines
  Added in v.4.0

  ViewVC Help
Powered by ViewVC 1.1.23