Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InttEventInfov1.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file InttEventInfov1.h
1 #ifndef INTT_EVENT_INFO_v1_H
2 #define INTT_EVENT_INFO_v1_H
3 
4 #include "InttEventInfo.h"
5 #include "TrkrDefs.h"
6 
7 #include <cstdint>
8 #include <cstddef>
9 
10 #include <iostream>
11 #include <string>
12 #include <map>
13 
14 #include <phool/PHObject.h>
15 
17 {
18  public:
20  ~InttEventInfov1() override;
21 
22  void identify(std::ostream &os = std::cout) const override;
23  void Reset() override;
24 
25  uint64_t get_bco_full() const override;
26  void set_bco_full(uint64_t const&) override;
27 
28  protected:
29  uint64_t bco_full;
30 
31  private:
33 };
34 
35 #endif//INTT_EVENT_INFO_v1_H