Merge authors: John Frankland (frankland) ------------------------------------------------------------ revno: 1073 [merge] committer: John Frankland <[email protected]> branch nick: 1.9 timestamp: Tue 2014-11-18 13:38:44 +0100 message: KVIntegerList & KVPartitionList moved to 'events/' directory, as they #include classes from their which should not be referenced by 'base/' classes. KVNuclData/KVNuclDataTable/KVNDTManager moved to 'base/' as they do not reference any non-base classes and KVNDTManager is needed by KVBase (in InitEnvironment). HOWEVER this does not solve the "Warning in <TClass::TClass>: no dictionary for class KVSeqCollection" problem seen with ROOT v5, and the (probably related) segmentation violation seen with v6 (see http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18893) renamed: KVMultiDet/base/KVIntegerList.cpp => KVMultiDet/events/KVIntegerList.cpp KVMultiDet/base/KVIntegerList.h => KVMultiDet/events/KVIntegerList.h KVMultiDet/base/KVPartitionList.cpp => KVMultiDet/events/KVPartitionList.cpp KVMultiDet/base/KVPartitionList.h => KVMultiDet/events/KVPartitionList.h KVMultiDet/particles/KVNDTManager.cpp => KVMultiDet/base/KVNDTManager.cpp KVMultiDet/particles/KVNDTManager.h => KVMultiDet/base/KVNDTManager.h KVMultiDet/particles/KVNuclData.cpp => KVMultiDet/base/KVNuclData.cpp KVMultiDet/particles/KVNuclData.h => KVMultiDet/base/KVNuclData.h KVMultiDet/particles/KVNuclDataTable.cpp => KVMultiDet/base/KVNuclDataTable.cpp KVMultiDet/particles/KVNuclDataTable.h => KVMultiDet/base/KVNuclDataTable.h modified: KVMultiDet/base/KVMultiDetbaseLinkDef.h KVMultiDet/events/KVMultiDeteventsLinkDef.h KVMultiDet/particles/KVMultiDetparticlesLinkDef.h
-- lp:kaliveda https://code.launchpad.net/~kaliveda-dev/kaliveda/1.9 Your team KaliVeda Development Team is subscribed to branch lp:kaliveda. To unsubscribe from this branch go to https://code.launchpad.net/~kaliveda-dev/kaliveda/1.9/+edit-subscription _______________________________________________ Mailing list: https://launchpad.net/~kaliveda-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~kaliveda-dev More help : https://help.launchpad.net/ListHelp

