]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/TGeant3Dummy.cxx
Support for Cerenkov and process list in Virtual MC
[u/mrichter/AliRoot.git] / TGeant3 / TGeant3Dummy.cxx
index 370fe22d31364ac3a145bbb3407e0841f68a6bf2..027ca4aad6ad003e381b3812804aa34b293509a1 100644 (file)
 
 /*
 $Log$
+Revision 1.26  2000/12/18 11:33:50  alibrary
+New call frequence histograms per module and volume
+
+Revision 1.25  2000/11/30 07:12:54  alibrary
+Introducing new Rndm and QA classes
+
+Revision 1.24  2000/09/14 07:08:42  fca
+Introducing glvolu in the interface
+
+Revision 1.23  2000/07/12 08:56:32  fca
+Coding convention correction and warning removal
+
+Revision 1.22  2000/07/11 18:25:00  fca
+Coding convention corrections + few minor bug fixes
+
+Revision 1.21  2000/06/27 09:26:18  fca
+Adding dummy SetSTRA
+
+Revision 1.20  2000/05/16 13:10:41  fca
+New method IsNewTrack and fix for a problem in Father-Daughter relations
+
+Revision 1.19  2000/04/09 19:00:26  fca
+Small corrections left over from removal of AliVMC for G4 compatibility
+
+Revision 1.18  2000/02/28 21:03:57  fca
+Some additions to improve the compatibility with G4
+
+Revision 1.17  2000/02/23 16:25:25  fca
+AliVMC and AliGeant3 classes introduced
+ReadEuclid moved from AliRun to AliModule
+
+Revision 1.16  2000/01/18 16:27:18  morsch
+Dummy definition of Gftmat, Gbrelm and Gprelm added.
+
+Revision 1.15  2000/01/17 19:41:17  fca
+Add SetERAN function
+
+Revision 1.14  1999/11/03 16:31:36  fca
+Dummy ProdProcess should return a value
+
+Revision 1.13  1999/11/03 13:17:08  fca
+Have ProdProcess return const char*
+
+Revision 1.12  1999/11/02 17:05:06  fca
+Update GetSecondary arguments
+
 Revision 1.11  1999/09/29 09:24:31  fca
 Introduction of the Copyright and cvs Log
 
@@ -46,6 +92,7 @@ void TGeant3::LoadAddress() {}
 //=======================functions from GBASE
 
 //___________________________________________
+void    TGeant3::FinishGeometry() {}
 void    TGeant3::Gfile(const char*, const char*) {}
 void    TGeant3::GeomIter() {}
 Int_t   TGeant3::CurrentMaterial(Float_t &, Float_t &, Float_t &, Float_t &, Float_t &) const {return 0;}
@@ -54,6 +101,7 @@ Int_t   TGeant3::CurrentVolID(Int_t&) const {return 0;}
 const char*  TGeant3::CurrentVolName() const {return 0;}
 Float_t TGeant3::Xsec(char*, Float_t, Int_t, Int_t) {return 0;}
 Int_t   TGeant3::NofVolumes() const {return 0;}
+Int_t   TGeant3::VolId2Mate(Int_t id) const {return 0;}
 Int_t   TGeant3::CurrentVolOffID(Int_t, Int_t&) const {return 0;}
 const char *TGeant3::CurrentVolOffName(Int_t) const {return 0;}
 void    TGeant3::TrackPosition(TLorentzVector&) const {}
@@ -61,10 +109,13 @@ void    TGeant3::TrackMomentum(TLorentzVector&) const {}
 Int_t   TGeant3::IdFromPDG(Int_t) const {return -1;}
 Int_t   TGeant3::PDGFromId(Int_t) const {return -1;}
 void    TGeant3::DefineParticles() {}
-Int_t   TGeant3::VolId(Text_t*) const {return 0;}
+Int_t   TGeant3::VolId(const Text_t*) const {return 0;}
+void    TGeant3::SetCut(const char* , Float_t ) {}
+void    TGeant3::SetProcess(const char* , Int_t ) {}
 const char*   TGeant3::VolName(Int_t ) const {return 0;}
 Float_t TGeant3::TrackCharge() const {return 0;}
 Float_t TGeant3::TrackMass() const {return 0;}
+Bool_t  TGeant3::IsNewTrack() const {return 0;}
 Bool_t  TGeant3::IsTrackInside() const {return 0;}
 Bool_t  TGeant3::IsTrackEntering() const {return 0;}
 Bool_t  TGeant3::IsTrackExiting() const {return 0;}
@@ -72,7 +123,9 @@ Bool_t  TGeant3::IsTrackOut() const {return 0;}
 Bool_t  TGeant3::IsTrackDisappeared() const {return 0;}
 Bool_t  TGeant3::IsTrackStop() const {return 0;}
 Int_t   TGeant3::NSecondaries() const {return 0;}
-void    TGeant3::ProdProcess(char*) const {}
+AliMCProcess TGeant3::ProdProcess(Int_t) const {return kPNoProcess;}
+AliMCProcess TGeant3::G3toVMC(Int_t) const {return kPNoProcess;}
+Int_t  TGeant3::StepProcesses(TArrayI &) const {return 0;}
 void    TGeant3::GetSecondary(Int_t, Int_t&, 
                              TLorentzVector&, TLorentzVector&){}
 Float_t TGeant3::MaxStep() const {return 0;}
@@ -81,7 +134,6 @@ Int_t   TGeant3::CurrentEvent() const {return 0;}
 Int_t   TGeant3::GetMedium() const {return 0;}
 Float_t TGeant3::Edep() const {return 0;}
 Float_t TGeant3::Etot() const {return 0;}
-void    TGeant3::Rndm(Float_t*, const Int_t) const {}
 Float_t TGeant3::TrackStep() const {return 0;}
 Float_t TGeant3::TrackLength() const {return 0;}
 Float_t TGeant3::TrackTime() const {return 0;}
@@ -90,7 +142,6 @@ Bool_t  TGeant3::IsTrackAlive() const {return 0;}
 void    TGeant3::StopTrack() {}
 void    TGeant3::StopEvent() {}
 void    TGeant3::SetMaxNStep(Int_t) {}
-void    TGeant3::SetColors() {}
 Int_t   TGeant3::GetMaxNStep() const {return 0;}
 void    TGeant3::Material(Int_t&, const char*, Float_t, Float_t, Float_t, Float_t,
                          Float_t, Float_t*, Int_t){}
@@ -124,6 +175,11 @@ void  TGeant3::Gfpart(Int_t, char*, Int_t&, Float_t&, Float_t&, Float_t&){}
 //___________________________________________
 void  TGeant3::Gftmed(Int_t, char*, Int_t&, Int_t&, Int_t&, Float_t&, Float_t&,
                     Float_t&, Float_t&, Float_t&, Float_t&, Float_t*, Int_t*){}
+void  TGeant3::Gftmat(Int_t, Int_t, char*, Int_t, Float_t*, Float_t*, 
+                     Float_t*, Int_t&){}
+Float_t TGeant3::Gbrelm(Float_t, Float_t, Float_t){return (Float_t) 0;}
+Float_t TGeant3::Gprelm(Float_t, Float_t, Float_t){return (Float_t) 0;}
+
 
 //___________________________________________
 void  TGeant3::Gmate() {}
@@ -134,8 +190,8 @@ void  TGeant3::Gsmixt(Int_t, const char*, Float_t*, Float_t*, Float_t, Int_t, Fl
 void  TGeant3::Gspart(Int_t, const char*, Int_t,   Float_t, Float_t, Float_t) {}
 void  TGeant3::Gstmed(Int_t, const char*, Int_t, Int_t, 
                    Int_t, Float_t, Float_t, Float_t, Float_t, Float_t, Float_t) {}
-void  TGeant3::Gstpar(Int_t, const char*, Float_t) {}
 void  TGeant3::Gsckov(Int_t, Int_t, Float_t *, Float_t *, Float_t *, Float_t *) {}
+void  TGeant3::Gstpar(Int_t, const char*, Float_t) {}
 
 
 //=======================functions from GKINE
@@ -150,6 +206,8 @@ Int_t TGeant3::Gsvert(Float_t*, Int_t, Int_t, Float_t*, Int_t){return 0;}
 //=======================functions from GPHYS
 //___________________________________________
 void  TGeant3::Gphysi() {}
+void  TGeant3::SetCerenkov(Int_t, Int_t, Float_t *, Float_t *, 
+                          Float_t *, Float_t *) {}
 
 
 //=======================functions from GTRAK
@@ -163,7 +221,7 @@ void  TGeant3::Gsstak(Int_t) {}
 void  TGeant3::Gsxyz() {}
 void  TGeant3::Gtrack() {}
 void  TGeant3::Gtreve() {}
-void  TGeant3::Gtreve_root() {}
+void  TGeant3::GtreveRoot() {}
 void  TGeant3::Grndm(Float_t*, const Int_t) const {}
 void  TGeant3::Grndmq(Int_t&, Int_t&, const Int_t, const Text_t*) {}
 
@@ -195,6 +253,8 @@ void  TGeant3::Gsatt(const char*, const char*, Int_t) {}
 void  TGeant3::Gfpara(const char*, Int_t, Int_t, Int_t&, Int_t&, Float_t*, Float_t*) {}
 void  TGeant3::Gckpar(Int_t, Int_t, Float_t*) {}
 void  TGeant3::Gckmat(Int_t, char*) {}
+Int_t TGeant3::Glvolu(Int_t, Int_t*, Int_t*) {return 0;}
+void  TGeant3::BuildPhysics() {}
 
 //______________________________________________________________________________
 void TGeant3::Streamer(TBuffer &R__b)
@@ -247,6 +307,7 @@ void TGeant3::SetCUTS(Float_t,Float_t,Float_t,Float_t,
 void TGeant3::SetDCAY(Int_t)  {}
 void TGeant3::SetDEBU(Int_t, Int_t, Int_t)  {}
 void TGeant3::SetDRAY(Int_t)  {}
+void TGeant3::SetERAN(Float_t, Float_t, Int_t) {}
 void TGeant3::SetHADR(Int_t)  {}
 void TGeant3::SetKINE(Int_t, Float_t, Float_t, Float_t, Float_t,
                      Float_t, Float_t, Float_t, Float_t, Float_t,
@@ -259,6 +320,7 @@ void TGeant3::SetPAIR(Int_t)  {}
 void TGeant3::SetPFIS(Int_t)  {}
 void TGeant3::SetPHOT(Int_t)  {}
 void TGeant3::SetRAYL(Int_t)  {}
+void TGeant3::SetSTRA(Int_t)  {}
 void TGeant3::SetSWIT(Int_t , Int_t)  {}
 void TGeant3::SetTRIG(Int_t)  {}
 void TGeant3::SetUserDecay(Int_t) {}