CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/CondCore/RegressionTest/interface/TestPayloadClass.h

Go to the documentation of this file.
00001 #include "CondCore/RegressionTest/interface/Includes.h"
00002 #include "CondCore/RegressionTest/interface/Primitives.h"
00003 #include "CondCore/RegressionTest/interface/DataStructs.h"
00004 #include "CondCore/RegressionTest/interface/Inheritances.h"
00005 
00006 class TestPayloadClass
00007 {       
00008 private:
00009         Primitives primitives;
00010         DataStructs dataStructs;
00011         Inheritances inheritances;
00012 public :
00013         TestPayloadClass(int payloadID);
00014         TestPayloadClass();
00015         bool DataToFile(std::string fname);
00016         bool operator ==(const TestPayloadClass& ref) const;
00017         bool operator !=(const TestPayloadClass& ref) const;
00018 };