GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » [FIXED] Problem with FTS Mapper PndFtsMapCreator
Re: Problem with FTS Mapper PndFtsMapCreator [message #15802 is a reply to message #15801] Tue, 21 January 2014 16:16 Go to previous messageGo to previous message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
In a new post (so that it won't be overlooked) my new problem:

I get
Info in <PndFtsMapCreator::PndFtsMapCreator>: Geometry -1 not supported by map

when I try to run my reco task in a macro. I have the following in the Init method of my class:

FairRuntimeDb *rtdb= FairRun::Instance()->GetRuntimeDb();
fFtsParameters=(PndGeoFtsPar*)(rtdb->getContainer("PndGeoFtsPar"));

// FTS Tube Array
PndFtsMapCreator *mapperFts = new PndFtsMapCreator(fFtsParameters);
fFtsTubeArray = mapperFts->FillTubeArray();


I have declared the variables as private as follows:
PndGeoFtsPar *fFtsParameters;
TClonesArray *fFtsTubeArray;


In my .h file I put
class TClonesArray;
class PndGeoFtsPar;

and in the .cxx
#include "PndGeoFtsPar.h"
#include "PndFtsMapCreator.h"


Am I doing something wrong?

PandaRoot Revision: 23483, external packages apr13, Ubuntu 12.04 64 bit

[Updated on: Tue, 21 January 2014 16:17]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [FIXED] TGeant4 Error with pbarpSystem
Next Topic: [FIXED] Double tracks/double MC match issue
Goto Forum:
  


Current Time: Thu Mar 28 17:20:01 CET 2024

Total time taken to generate the page: 0.00731 seconds