Main Page   Compound List   File List   Compound Members   File Members  

ReactorTrigger.hh

Go to the documentation of this file.
00001 
00006 #ifndef REACTORTRIGGER_HH
00007 #define REACTORTRIGGER_HH
00008 
00012 class ReactorTrigger{
00013 
00014 public:
00015   
00017   ReactorTrigger();
00019   ~ReactorTrigger();
00021   ReactorTrigger(const ReactorTrigger& Trigger);
00023   ReactorTrigger& operator=(const ReactorTrigger& rhs);
00024   
00029   void Trigger(ReactorEvent& Event,ReactorDetector& Detector);
00030 
00031   bool PassTrigger(){return Pass;}
00032   
00033 private:
00034 
00035   bool Pass;
00036 };
00037 #endif

Generated on Mon Feb 21 16:11:19 2005 for ReactorFsim by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002