Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
data2Tree.cxx
Go to the documentation of this file.
1// Author: Alvaro Tolosa-Delgado CERN 07/2023
2// Author: Jorge Agramunt Ros IFIC(Valencia,Spain) 07/2023
3
4/*************************************************************************
5 * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12// This file contains the definition of the class method
13// The class method was declared in the corresponding .hpp file
14
15#include "data2Tree.hxx"
16
18{
19 time = 0;
20 energy = 0;
21 detectorID = 0;
23}
std::vector< double > correlatedDetectors_v
Definition data2Tree.hxx:30