4 #include "KVExpSetUp.h"
6 #include "KVReconstructedNucleus.h"
9 #include <KVRangeTableGeoNavigator.h>
18 fBuildTarget = kFALSE;
19 fCloseGeometryNow = kFALSE;
21 SetOwnsDaughters(kFALSE);
22 SetOwnsDetectors(kFALSE);
23 fIDTelescopes->SetOwner(kFALSE);
65 gEnv->SetValue(
"KVMultiDetArray.ROOTGeometry",
"yes");
77 Int_t group_offset = 0;
86 Info(
"Build",
"Build %s %s\n",
fDataSet.Data(), sname.Data());
87 gMultiDetArray =
nullptr;
91 if (myname !=
"") myname +=
"-";
92 myname += tmp->GetName();
95 Error(
"Build",
"NULL pointer returned by MakeMultiDetector");
103 gGeoManager->CloseGeometry();
111 TIter next(groups.get());
113 while ((group = (
KVGroup*)next())) {
115 group->
SetNumber(group_number + group_offset);
119 group_offset += groups->GetEntries();
131 gMultiDetArray =
this;
155 Warning(
"AcceptParticleForAnalysis",
"ReconstructedNucleus has ARRAY=%s but no KVMultiDetArray with this name in set-up",
159 Warning(
"AcceptParticleForAnalysis",
"ReconstructedNucleus has no ARRAY parameter: cannot determine correct KVMultiDetArray");
190 m.IncrementValue((*it).GetParameters()->GetStringValue(
"ARRAY"), 1);
215 std::vector<std::thread> threads;
217 threads.push_back(std::thread([ = ]() {
222 for (
auto& th : threads) {
223 if (th.joinable()) th.join();
static const Char_t * GetDataSetEnv(const Char_t *dataset, const Char_t *type, const Char_t *defval)
Describe an experimental set-up coupling two or more different detector arrays.
KVExpSetUp()
Default constructor.
void GetArrayMultiplicities(KVReconstructedEvent *, KVNameValueList &, Option_t *="")
KVList fMDAList
list of multidetarrays
virtual void AcceptParticleForAnalysis(KVReconstructedNucleus *) const
virtual ~KVExpSetUp()
Destructor.
virtual void Build(Int_t run=-1)
Bool_t HandleRawDataEvent(KVRawDataReader *)
KVString lmultidetarrayclasses
virtual KVMultiDetArray * GetArray(const Char_t *name) const
void AbsorbDetectorPaths(KVGeoNavigator *GN)
KVUniqueNameList fDetectors
detectors in this structure element
KVUniqueNameList fStructures
daughter structures
const KVSeqCollection * GetDetectors() const
const KVSeqCollection * GetStructures() const
KVSeqCollection * GetStructureTypeList(const Char_t *type) const
Group of detectors which can be treated independently of all others in array.
virtual void SetNumber(UInt_t num)
static KVIonRangeTable * GetRangeTable()
Base class for describing the geometry of a detector array.
KVSeqCollection * GetListOfIDTelescopes() const
KVNameValueList & GetReconParameters()
static Bool_t fCloseGeometryNow
void CreateGeoManager(Double_t dx=500, Double_t dy=500, Double_t dz=500)
KVSeqCollection * fIDTelescopes
deltaE-E telescopes in groups
static Bool_t fMakeMultiDetectorSetParameters
void prepare_to_handle_new_raw_data()
reset acquisition parameters etc. before reading new raw data event
KVGeoNavigator * GetNavigator() const
void SetGeometry(TGeoManager *)
virtual void PerformClosedROOTGeometryOperations()
static KVMultiDetArray * MakeMultiDetector(const Char_t *dataset_name, Int_t run=-1, TString classname="KVMultiDetArray")
KVRawDataReader * fRawDataReader
last raw data reader object used in call to HandleRawData
virtual Bool_t HandleRawDataEvent(KVRawDataReader *)
KVUniqueNameList fFiredDetectors
list of fired detectors after reading raw data event
KVNameValueList fReconParameters
general purpose list of parameters for storing information on data reconstruction
TString fDataSet
name of associated dataset, used with MakeMultiDetector()
virtual void AcceptParticleForAnalysis(KVReconstructedNucleus *) const
void SetNavigator(KVGeoNavigator *geo)
KVUnownedList fFiredSignals
list of fired signals after reading raw data event
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
Bool_t HasStringParameter(const Char_t *name) const
const Char_t * GetStringValue(const Char_t *name) const
KVNameValueList * GetParameters() const
Propagate particles through array geometry calculating energy losses.
Abstract base class for reading raw (DAQ) data.
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
Nuclei reconstructed from data measured by a detector array .
virtual void Add(TObject *obj)
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
void Begin(TString delim) const
KVString Next(Bool_t strip_whitespace=kFALSE) const
Iterator GetNextParticleIterator(Option_t *opt) const
Optimised list in which named objects can only be placed once.