PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
|
#include "datamodel/ExampleMCCollection.h"
#include "datamodel/MutableExampleReferencingType.h"
#include "datamodel/MutableExampleWithVectorMember.h"
#include "podio/EventStore.h"
#include "podio/ROOTReader.h"
#include "podio/ROOTWriter.h"
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Macros | |
#define | LOCATION() |
#define | ASSERT_CONDITION(condition, message) |
#define | ASSERT_EQUAL(left, right, message) |
Functions | |
void | fillExampleMCCollection (ExampleMCCollection &collection) |
void | doTestExampleMC (ExampleMCCollection const &collection) |
void | testExampleMC () |
void | testExampleWithVectorMember () |
void | testExampleReferencingType () |
void | testWithIO () |
int | main (int, char **) |
#define ASSERT_CONDITION | ( | condition, | |
message | |||
) |
Definition at line 18 of file relation_range.cpp.
#define ASSERT_EQUAL | ( | left, | |
right, | |||
message | |||
) |
Definition at line 25 of file relation_range.cpp.
#define LOCATION | ( | ) |
Definition at line 14 of file relation_range.cpp.
void doTestExampleMC | ( | ExampleMCCollection const & | collection | ) |
Definition at line 60 of file relation_range.cpp.
Referenced by testExampleMC(), and testWithIO().
void fillExampleMCCollection | ( | ExampleMCCollection & | collection | ) |
Definition at line 32 of file relation_range.cpp.
Referenced by testExampleMC(), and testWithIO().
int main | ( | int | , |
char ** | |||
) |
Definition at line 215 of file relation_range.cpp.
void testExampleMC | ( | ) |
Definition at line 137 of file relation_range.cpp.
Referenced by main().
void testExampleReferencingType | ( | ) |
Definition at line 159 of file relation_range.cpp.
Referenced by main().
void testExampleWithVectorMember | ( | ) |
Definition at line 143 of file relation_range.cpp.
Referenced by main().
void testWithIO | ( | ) |
Definition at line 184 of file relation_range.cpp.
Referenced by main().