DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include "TEveManager.h"
#include "TEveStraightLineSet.h"
#include "TEvePointSet.h"
#include <iostream>
#include "lcio.h"
#include "EVENT/LCEvent.h"
#include "EVENT/LCCollection.h"
#include "EVENT/SimCalorimeterHit.h"
#include "EVENT/SimTrackerHit.h"
#include "EVENT/CalorimeterHit.h"
#include "EVENT/TrackerHit.h"
#include "UTIL/Operators.h"
#include "DD4hep/DD4hepUnits.h"
#include "MultiView.h"
Go to the source code of this file.
Classes | |
class | LCIOTObject< T > |
Functions | |
template<class T > | |
TEveElement * | createPointSet (lcio::LCCollection *col, const std::string &name, unsigned color=kMagenta, unsigned size=1, unsigned style=4) |
void | next_event () |
TEveElement * createPointSet | ( | lcio::LCCollection * | col, |
const std::string & | name, | ||
unsigned | color = kMagenta , |
||
unsigned | size = 1 , |
||
unsigned | style = 4 |
||
) |
Definition at line 139 of file next_event_lcio.cpp.
void next_event | ( | ) |
Definition at line 52 of file next_event_lcio.cpp.