10#include <arich/dbobjects/ARICHGeoMergerCooling.h>
11#include <arich/dbobjects/tessellatedSolidStr.h>
12#include <framework/gearbox/Unit.h>
13#include <framework/logging/Logger.h>
26 cout <<
" Merger cooling bodies info" << endl;
36 cout <<
"mergerCoolingBodiesv2/mergerCoolingPositionID" << endl;
38 cout << setw(20) << i + 1
47 B2ASSERT(
"Data of the cooling system V2 is inconsisten : getMergerCoolingPositionID().size() != 72",
56 B2ASSERT(
"iMergerSlot <=0 ", iMergerSlot > 0);
57 B2ASSERT(
"iMergerSlot > 72", iMergerSlot <= 72);
59 B2ASSERT(
"positionID <=0 ", positionID > 0);
60 B2ASSERT(
"positionID > 12", positionID <= 12);
virtual void print(const std::string &title) const
Print the content of the class.
const tessellatedSolidStr getMergerCoolingBodiesInfo_globalMergerID(unsigned int iMergerSlot) const
Returns structur which holds apexes of the tessellation volumes for (merger cooling bodyes).
const std::vector< double > & getMergerCoolingPositionID() const
Returns vector of merger cooling body shape id (positionID) for each merger PCB.
void checkMergerCoolingSystemDataConsistency() const
Check data consistency of the cooling system (v2) positions In case of failure print the basf2 ERROR ...
void print(const std::string &title="Upgraded after phase two cooling system (v2) geometry parameters") const
Print the content of the class.
const tessellatedSolidStr getMergerCoolingBodiesInfo(unsigned int iSlot) const
Returns structur which holds apexes of the tessellation volumes for (merger cooling bodyes).
const std::string & getMergerCoolingBodiesMaterialName() const
Returns material name of merger cooling bodies.
std::vector< tessellatedSolidStr > m_mergerCoolingBodiesInfo
Vector of structures which holds apexes of the tessellation volumes for (merger cooling bodyes).
Abstract base class for different kinds of events.
Structure which holds apexes of the tessellation volumes.
void printInfo(int verboseLevel=0)
Print info about tessellation volumes.