Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
UnigenEvent.h
1/*
2 * NicaUnigen.h
3 *
4 * Created on: 23-06-2014
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9
10#ifndef NICAUNIGENEVENT_H_
11#define NICAUNIGENEVENT_H_
12
13#include "UnigenTrack.h"
14
15#include "McEvent.h"
16#include "UEvent.h"
17#include "UParticle.h"
21namespace HalUni {
22 class UnigenEvent : public Hal::McEvent {
23 public:
28 UnigenEvent(const UnigenEvent& other);
30 virtual void Update(Hal::EventInterface* interface);
31 virtual void Clear(Option_t* opt = " ");
32 virtual Bool_t ExistInTree() const;
33 virtual TString GetFormatName() const;
34 virtual ~UnigenEvent();
35 ClassDef(UnigenEvent, 1)
36 };
37} // namespace HalUni
38#endif /* NICAUNIGENEVENT_H_ */
Hal::EventInterface * CreateInterface() const
virtual void Update(Hal::EventInterface *interface)
virtual void Clear(Option_t *opt=" ")
virtual Bool_t ExistInTree() const
virtual TString GetFormatName() const