18 #include "KVReconstructedEvent.h"
19 #include "KVDetectorEvent.h"
21 #include "Riostream.h"
22 #include "KVReconstructedNucleus.h"
23 #include "KVTelescope.h"
24 #include "KVDetector.h"
26 #include "KVMultiDetArray.h"
43 fPartSeedCond =
"all";
69 void KVReconstructedEvent::Streamer(TBuffer& R__b)
80 if (R__b.IsReading()) {
81 R__b.ReadClassBuffer(KVReconstructedEvent::Class(),
this);
89 for (KVReconstructedEvent::Iterator it =
begin(); it !=
end(); ++it) {
90 par = it.get_pointer();
105 R__b.WriteClassBuffer(KVReconstructedEvent::Class(),
this);
177 cout <<
" ***//*** RECONSTRUCTED EVENT #" <<
GetNumber() <<
" ***//***" << endl;
178 cout << GetTitle() << endl;
179 cout << GetName() << endl;
181 GetMult(option) << endl << endl;
185 auto& frag = it.get_const_reference();
186 cout <<
"RECONSTRUCTED PARTICLE #" << ++i << endl;
214 auto& nuc = it.get_const_reference();
239 Obsolete(
"IdentifyEvent",
"1.13",
"1.15");
Base class for detector geometry description.
virtual Bool_t Fired(Option_t *opt="any") const
void SetAnalysed(Bool_t b=kTRUE)
KVNameValueList * GetParameters() const
KVNameValueList fParameters
general-purpose list of parameters
void Clear(Option_t *opt="")
virtual void SetRawDataFromReconEvent(KVNameValueList &)
virtual void AcceptParticleForAnalysis(KVReconstructedNucleus *) const
virtual void Print(Option_t *opt="") const
void Merge(const KVNameValueList &)
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
void ls(Option_t *option="") const
virtual void Print(Option_t *option="") const
virtual Bool_t AnalyseDetectors(TList *kvtl)
TString fPartSeedCond
condition used in AnalyseTelescopes for seeding new reconstructed particle
virtual void IdentifyEvent()
KVReconstructedEvent(Int_t mult=50)
void MergeEventFragments(TCollection *, Option_t *opt="")
virtual void CalibrateEvent()
void init()
default initialisations
Nuclei reconstructed from data measured by a detector array .
virtual void Reconstruct(KVDetector *kvd)
void CopyAndMoveReferences(const KVReconstructedNucleus *)
Bool_t IsCalibrated() const
Bool_t IsIdentified() const
virtual void GetAnglesFromReconstructionTrajectory(Option_t *opt="random")
static void AnalyseParticlesInGroup(KVGroup *grp)
KVGroup * GetGroup() const
Calculation/correction of energy losses of particles through an experimental target.
void SetIncoming(Bool_t r=kTRUE)
void SetOutgoing(Bool_t r=kTRUE)
Base class for event classes (containers for different types of particle objects)
KVReconstructedNucleus * GetNextParticle(Option_t *opt="") const
Iterator GetNextParticleIterator(Option_t *opt) const
virtual Int_t GetMult(Option_t *opt="") const
KVReconstructedNucleus * AddParticle()
Wrapper class for iterating over nuclei in KVReconstructedEvent accessed through base pointer or refe...