Added to repository

This commit is contained in:
paraiso
2005-11-11 12:35:21 +00:00
parent bad53d7f6c
commit 277293fc40
201 changed files with 47334 additions and 0 deletions

View File

@ -0,0 +1,20 @@
#ifndef LEMuSRCylVector_h
#define LEMuSRCylVector_h 1
#include "G4ThreeVector.hh"
#include "G4UnitsTable.hh"
class LEMuSRCylVector : public G4ThreeVector
{
public:
LEMuSRCylVector();
LEMuSRCylVector(){;}
};
#endif