|
@@ -11,7 +11,6 @@
|
|
|
// Forward declarations
|
|
|
class TString;
|
|
|
class TClonesArray;
|
|
|
-class UParticle;
|
|
|
|
|
|
//_________________
|
|
|
class UEvent : public TObject {
|
|
@@ -49,10 +48,6 @@ class UEvent : public TObject {
|
|
|
/// Return comment
|
|
|
void comment(TString& comment) const { comment = fComment; }
|
|
|
|
|
|
- Int_t GetNpa() const {return (Int_t)fNpa;}
|
|
|
- TClonesArray* getParticleList() const {return fParticles;}
|
|
|
- UParticle* getParticle(Int_t index) const;
|
|
|
-
|
|
|
//
|
|
|
// Setters
|
|
|
//
|
|
@@ -104,8 +99,6 @@ class UEvent : public TObject {
|
|
|
UShort_t fStepNr;
|
|
|
/// Event step time
|
|
|
Float_t fStepT;
|
|
|
- /// Number of particles
|
|
|
- UShort_t fNpa;
|
|
|
/// Generator-specific information
|
|
|
TString fComment;
|
|
|
|