22 CCCollection(
const std::string& value=
"",
const std::string& type=
"",
const std::string& name=
"",
CCProcessor* srcProc=NULL );
33 const std::string& getValue()
const {
return _value; }
34 const std::string& getType()
const {
return _type; }
35 const std::string& getName()
const {
return _name; }
40 void setValue(
const std::string& value );
41 void setType(
const std::string& type );
42 void setName(
const std::string& name );
handles information about LCIO collections needed by MarlinSteerCheck
Definition: CCCollection.h:17
handles information about marlin processors and their collections needed by MarlinSteerCheck ...
Definition: CCProcessor.h:39
CCProcessor * getSrcProc()
Returns the source CCProcessor associated to this collection.
Definition: CCCollection.h:38
void setSrcProc(CCProcessor *srcProc)
Sets the source CCProcessor associated to this collection.
Definition: CCCollection.cc:37