00001 // $Id: OscillationFlag.h,v 1.1 2004/02/20 19:35:25 ibelyaev Exp $ 00002 // ============================================================================ 00003 // CVS tag $Name: v15r1p1 $ 00004 // ============================================================================ 00005 // $Log: OscillationFlag.h,v $ 00006 // Revision 1.1 2004/02/20 19:35:25 ibelyaev 00007 // major update 00008 // 00009 // ============================================================================ 00010 #ifndef GAUSSTOOLS_OSCILLATIONFLAG_H 00011 #define GAUSSTOOLS_OSCILLATIONFLAG_H 1 00012 // ============================================================================ 00013 // Include files 00014 // ============================================================================ 00015 class G4Track ; 00016 class GaussTrajectory ; 00017 // ============================================================================ 00018 00027 StatusCode OscillationFlag ( const G4Track* track , 00028 GaussTrajectory* traj ) ; 00029 00030 // ============================================================================ 00031 // The END 00032 // ============================================================================ 00033 #endif // COMPONENTS_OSCILLATIONFLAG_H 00034 // ============================================================================ 00035