19 Error(
"PrintAlignment",
"didn't alignment data from CDB");
23 TClonesArray*
array =
dynamic_cast<TClonesArray*
>(align->
GetObject());
25 Warning(
"PrintAlignement",
"Invalid align data from CDB");
28 Int_t nAlign = array->GetEntries();
29 for (Int_t i = 0; i < nAlign; i++) {
35 std::cout << a->GetVolPath() <<
"\n" 37 <<
"(" << std::setw(12) << trans[0]
38 <<
"," << std::setw(12) << trans[1]
39 <<
"," << std::setw(12) << trans[2] <<
")\n" 41 <<
"(" << std::setw(12) << ang[0]
42 <<
"," << std::setw(12) << ang[1]
43 <<
"," << std::setw(12) << ang[2] <<
")" << std::endl;
AliCDBEntry * Get(const AliCDBId &query, Bool_t forceCaching=kFALSE)
bool trans(const AliFMDIndex &x, const AliFMDIndex &y, const AliFMDIndex &z)
void SetDefaultStorage(const char *dbString)
static AliCDBManager * Instance(TMap *entryCache=NULL, Int_t run=-1)
virtual Bool_t GetAngles(Double_t *angles) const
virtual void GetTranslation(Double_t *tr) const