ATLAS Offline Software
Namespaces | Functions
CodeGenerator_v2.h File Reference
#include <string>
#include <vector>
#include <set>
#include "GaudiKernel/StatusCode.h"
Include dependency graph for CodeGenerator_v2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 D3PD
 Block filler tool for noisy FEB information.
 
 D3PD::Version2
 Private namespace for version 2 of the code generator code.
 

Functions

StatusCode D3PD::Version2::writeD3PDObjectBase (const std::string &dir)
 This function can be used to create the D3PDReader::D3PDObjectBase class's source files. More...
 
StatusCode D3PD::Version2::writeVarHandle (const std::string &dir)
 This function can be used to create the D3PDReader::VarHandle class's source files. More...
 
StatusCode D3PD::Version2::writeVarProxy (const std::string &dir)
 This function can be used to create the D3PDReader::VarProxy class's source files. More...
 
StatusCode D3PD::Version2::writeUserD3PDObject (const std::string &dir)
 This function can be used to create the D3PDReader::UserD3PDObject class's source files. More...
 
StatusCode D3PD::Version2::writeD3PDReadStats (const std::string &dir)
 This function can be used to create the D3PDReader::D3PDReadStats class's source files. More...
 
StatusCode D3PD::Version2::writeD3PDPerfStats (const std::string &dir)
 This function can be used to create the D3PDReader::D3PDPerfStats class's source files. More...
 
StatusCode D3PD::Version2::writeUtils (const std::string &dir)
 This function can be used to create source files containing some utility functions. More...
 
StatusCode D3PD::Version2::writeHeader (const std::string &classname, const std::string &dir, const ObjectMetadata &metadata)
 This function is used to create the header of the class describing a set of D3PD variables. More...
 
StatusCode D3PD::Version2::writeSource (const std::string &classname, const std::string &dir, const ObjectMetadata &metadata)
 This function is used to generate the source file of a D3PDReader class. More...
 
StatusCode D3PD::Version2::writeEventHeader (const std::string &classname, const std::string &dir, const std::set< ObjectMetadata > &metadata)
 Write the header of the main event class describing a D3PD tree. More...
 
StatusCode D3PD::Version2::writeEventSource (const std::string &classname, const std::string &dir, const std::set< ObjectMetadata > &metadata)
 Write the source of the main event class describing a D3PD tree. More...