ATLAS Offline Software
Namespaces
DMTestRead.cxx File Reference

Algorithm to test reading DataVector data. More...

#include "DMTestRead.h"
#include "DataModelAthenaPool/ElementLinkVectorCnv_p1.h"
#include "DataModelAthenaPool/ElementLinkCnv_p3.h"
#include "DataModelAthenaPool/DataLinkCnv_p1.h"
#include "DataModelTestDataRead/BVec.h"
#include "DataModelTestDataRead/BDer.h"
#include "DataModelTestDataRead/DVec.h"
#include "DataModelTestDataRead/DDer.h"
#include "DataModelTestDataRead/ELVec.h"
#include "AthContainers/ClassName.h"
#include "StoreGate/StoreGateSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "AthenaKernel/errorcheck.h"
#include "CxxUtils/checker_macros.h"
#include <iostream>
#include <sstream>
#include <cassert>

Go to the source code of this file.

Namespaces

 DMTest
 

Detailed Description

Algorithm to test reading DataVector data.

Author
snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Nov 2005
   We read information using all four types,
   @c BVec, @c DVec, @c BDer, @c DDer.
   When we run, we have the inheritance relationship set up
   between @c BVec and @c DVec.

Definition in file DMTestRead.cxx.