00001 //--------------------------------------------------------------- 00002 // Go4 Release Package v2.10-5 (build 21005) 00003 // 03-Nov-2005 00004 //--------------------------------------------------------------- 00005 // The GSI Online Offline Object Oriented (Go4) Project 00006 // Experiment Data Processing at DVEE department, GSI 00007 //--------------------------------------------------------------- 00008 // 00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI 00010 // Planckstr. 1, 64291 Darmstadt, Germany 00011 //Contact: http://go4.gsi.de 00012 //---------------------------------------------------------------- 00013 //This software can be used under the license agreements as stated 00014 //in Go4License.txt file which is part of the distribution. 00015 //---------------------------------------------------------------- 00016 #ifndef TYYYEVENT_H 00017 #define TYYYEVENT_H 00018 #include "Go4Event/TGo4EventElement.h" 00019 #include "TYYYUnpackProc.h" 00020 #include "Go4EventServer/TGo4TreeSource.h" 00021 #include "Go4EventServer/TGo4FileSource.h" 00022 00023 class TYYYUnpackEvent : public TGo4EventElement 00024 { 00025 public: 00026 TYYYUnpackEvent() ; 00027 TYYYUnpackEvent(Text_t * name) ; 00028 virtual ~TYYYUnpackEvent() ; 00035 Int_t Fill(); 00036 00041 void Clear(Option_t *t=""); 00042 Int_t Init(); 00043 00044 Double_t fdR[3]; // final particle radius vector 00045 Double_t fdV[3]; // final velocity vector 00046 Double_t fdGam[2]; // projected divergence angle 00047 Int_t fiNumScatt; // number of scatterings 00048 Double_t fdEmittX; // pi*x*x' 00049 Double_t fdEmittY; // pi*y*y' 00050 Double_t fdEmitt4d; //EmittX*Y 00051 00052 private: 00053 TYYYUnpackProc * fxYYYEP; 00054 TGo4FileSource * fxYYYFS; 00055 00056 public: 00057 ClassDef(TYYYUnpackEvent,1) 00058 }; 00059 #endif //TYYYEVENT_H 00060 00061 00062 00063 00064 //----------------------------END OF GO4 SOURCE FILE ---------------------