Warnings from TPC libraries [message #11637] |
Fri, 08 April 2011 11:06 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *gsi.de
|
|
Hallo TPC experts,
Whenever the TPC libraries are loaded we get the warnings:
Quote: | Warning in <TClassTable::Add>: class PndTpcSample already in TClassTable
Warning in <TClassTable::Add>: class PndTpcSignal already in TClassTable
Warning in <TClassTable::Add>: class PndTpcDigi already in TClassTable
Warning in <TClassTable::Add>: class McId already in TClassTable
Warning in <TClassTable::Add>: class McIdCollection already in TClassTable
Warning in <TClassTable::Add>: class PndTpcCluster already in TClassTable
|
This is due to the fact that these classes are added more than once in the different LinkDefs files in the TPC for example:
Quote: | ./tpc/tpcparallel/tpcparaLinkDef.h: #pragma link C++ class PndTpcCluster+;
./tpc/tpcBaseLinkDef.h: #pragma link C++ class PndTpcCluster+;
|
is there any reason for this? can you please correct this?
Mohammad
|
|
|
|