BmnRoot
Loading...
Searching...
No Matches
BmnConverter.h File Reference
#include <bitset>
#include <fstream>
#include <map>
#include <vector>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <nlohmann/json.hpp>
#include "TClonesArray.h"
#include "TFile.h"
#include "TPRegexp.h"
#include "TROOT.h"
#include "TString.h"
#include "TTimeStamp.h"
#include "TTree.h"
#include <ROOT/TBufferMerger.hxx>
#include "FairRootManager.h"
#include "FairSource.h"
#include "BmnADCDigit.h"
#include "BmnDetectorList.h"
#include "BmnEventHeader.h"
#include "BmnGemStripDigit.h"
#include "BmnHRBDigit.h"
#include "BmnMSCDigit.h"
#include "BmnMath.h"
#include "BmnMetadataRaw.h"
#include "BmnSpillHeader.h"
#include "BmnSyncDigit.h"
#include "BmnTDCDigit.h"
#include "BmnTQDCADCDigit.h"
#include "BmnThreadManager.h"
#include "BmnTrigConfig.h"
#include "DigiRunHeader.h"
#include "RawTypes.h"
Include dependency graph for BmnConverter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BmnConverter
 

Macros

#define WAIT_LIMIT   40000000
 

Typedefs

typedef pair< uint32_t, uint64_t > TreePos
 
typedef pair< TTree *, uint64_t > TreePE
 
typedef multimap< SysPoint, TreePEMapTP2TreePE
 
using json = nlohmann::json
 

Macro Definition Documentation

◆ WAIT_LIMIT

#define WAIT_LIMIT   40000000

Definition at line 49 of file BmnConverter.h.

Typedef Documentation

◆ json

Definition at line 59 of file BmnConverter.h.

◆ MapTP2TreePE

typedef multimap<SysPoint, TreePE> MapTP2TreePE

Definition at line 53 of file BmnConverter.h.

◆ TreePE

typedef pair<TTree*, uint64_t> TreePE

Definition at line 52 of file BmnConverter.h.

◆ TreePos

typedef pair<uint32_t, uint64_t> TreePos

Definition at line 51 of file BmnConverter.h.