-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDSTReader551.h
877 lines (858 loc) · 66.8 KB
/
DSTReader551.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
//////////////////////////////////////////////////////////
// This class has been automatically generated on
// Tue Jun 26 12:53:58 2018 by ROOT version 6.10/02
// from TTree T/Prototype4DSTReader
// found on file: beam_00000551-0000_DSTReader.root
//////////////////////////////////////////////////////////
#ifndef DSTReader551_h
#define DSTReader551_h
#include <TROOT.h>
#include <TChain.h>
#include <TFile.h>
// Header file for the classes stored in the TTree if any.
#include "TClonesArray.h"
#include "TObject.h"
class DSTReader551 {
public :
TTree *fChain; //!pointer to the analyzed TTree or TChain
Int_t fCurrent; //!current Tree number in a TChain
// Fixed size dimensions of array or collections stored in the TTree if any.
static constexpr Int_t kMaxTOWER_RAW_LG_HCALIN = 16;
static constexpr Int_t kMaxTOWER_RAW_LG_HCALOUT = 16;
static constexpr Int_t kMaxTOWER_RAW_HG_HCALOUT = 16;
static constexpr Int_t kMaxTOWER_CALIB_LG_HCALIN = 16;
static constexpr Int_t kMaxTOWER_CALIB_LG_HCALOUT = 16;
static constexpr Int_t kMaxTOWER_CALIB_HG_HCALOUT = 16;
static constexpr Int_t kMaxTOWER_RAW_CEMC = 64;
static constexpr Int_t kMaxTOWER_CALIB_CEMC = 64;
static constexpr Int_t kMaxTOWER_RAW_HODO_VERTICAL = 8;
static constexpr Int_t kMaxTOWER_RAW_HODO_HORIZONTAL = 8;
static constexpr Int_t kMaxTOWER_CALIB_HODO_VERTICAL = 8;
static constexpr Int_t kMaxTOWER_CALIB_HODO_HORIZONTAL = 8;
static constexpr Int_t kMaxTOWER_RAW_C1 = 1;
static constexpr Int_t kMaxTOWER_CALIB_C1 = 1;
static constexpr Int_t kMaxTOWER_RAW_C2 = 3;
static constexpr Int_t kMaxTOWER_CALIB_C2 = 3;
static constexpr Int_t kMaxTOWER_RAW_PbGL = 1;
static constexpr Int_t kMaxTOWER_CALIB_PbGL = 1;
static constexpr Int_t kMaxTOWER_RAW_TRIGGER_VETO = 4;
static constexpr Int_t kMaxTOWER_CALIB_TRIGGER_VETO = 4;
static constexpr Int_t kMaxTOWER_RAW_TILE_MAPPER = 16;
static constexpr Int_t kMaxTOWER_CALIB_TILE_MAPPER = 16;
static constexpr Int_t kMaxTOWER_RAW_SC3 = 1;
static constexpr Int_t kMaxTOWER_CALIB_SC3 = 1;
static constexpr Int_t kMaxTOWER_RAW_FINGER_COUNTER = 1;
static constexpr Int_t kMaxTOWER_CALIB_FINGER_COUNTER = 1;
// Declaration of leaf types
Double_t beam_MTNRG_GeV;
Double_t beam_2CH_mm;
Double_t beam_2CV_mm;
Double_t EMCAL_A0_HighGain;
Double_t EMCAL_GR0_BiasOffset_Tower21;
Double_t EMCAL_T0_Tower21;
Double_t EMCAL_Is_HighEta;
Int_t n_TOWER_RAW_LG_HCALIN;
Int_t TOWER_RAW_LG_HCALIN_;
UInt_t TOWER_RAW_LG_HCALIN_fUniqueID[kMaxTOWER_RAW_LG_HCALIN]; //[TOWER_RAW_LG_HCALIN_]
UInt_t TOWER_RAW_LG_HCALIN_fBits[kMaxTOWER_RAW_LG_HCALIN]; //[TOWER_RAW_LG_HCALIN_]
UInt_t TOWER_RAW_LG_HCALIN_towerid[kMaxTOWER_RAW_LG_HCALIN]; //[TOWER_RAW_LG_HCALIN_]
Double_t TOWER_RAW_LG_HCALIN_energy[kMaxTOWER_RAW_LG_HCALIN]; //[TOWER_RAW_LG_HCALIN_]
Float_t TOWER_RAW_LG_HCALIN_time[kMaxTOWER_RAW_LG_HCALIN]; //[TOWER_RAW_LG_HCALIN_]
Float_t TOWER_RAW_LG_HCALIN_signal_samples[kMaxTOWER_RAW_LG_HCALIN][31]; //[TOWER_RAW_LG_HCALIN_]
Int_t TOWER_RAW_LG_HCALIN_HBD_channel[kMaxTOWER_RAW_LG_HCALIN]; //[TOWER_RAW_LG_HCALIN_]
Int_t n_TOWER_RAW_LG_HCALOUT;
Int_t TOWER_RAW_LG_HCALOUT_;
UInt_t TOWER_RAW_LG_HCALOUT_fUniqueID[kMaxTOWER_RAW_LG_HCALOUT]; //[TOWER_RAW_LG_HCALOUT_]
UInt_t TOWER_RAW_LG_HCALOUT_fBits[kMaxTOWER_RAW_LG_HCALOUT]; //[TOWER_RAW_LG_HCALOUT_]
UInt_t TOWER_RAW_LG_HCALOUT_towerid[kMaxTOWER_RAW_LG_HCALOUT]; //[TOWER_RAW_LG_HCALOUT_]
Double_t TOWER_RAW_LG_HCALOUT_energy[kMaxTOWER_RAW_LG_HCALOUT]; //[TOWER_RAW_LG_HCALOUT_]
Float_t TOWER_RAW_LG_HCALOUT_time[kMaxTOWER_RAW_LG_HCALOUT]; //[TOWER_RAW_LG_HCALOUT_]
Float_t TOWER_RAW_LG_HCALOUT_signal_samples[kMaxTOWER_RAW_LG_HCALOUT][31]; //[TOWER_RAW_LG_HCALOUT_]
Int_t TOWER_RAW_LG_HCALOUT_HBD_channel[kMaxTOWER_RAW_LG_HCALOUT]; //[TOWER_RAW_LG_HCALOUT_]
Int_t n_TOWER_RAW_HG_HCALOUT;
Int_t TOWER_RAW_HG_HCALOUT_;
UInt_t TOWER_RAW_HG_HCALOUT_fUniqueID[kMaxTOWER_RAW_HG_HCALOUT]; //[TOWER_RAW_HG_HCALOUT_]
UInt_t TOWER_RAW_HG_HCALOUT_fBits[kMaxTOWER_RAW_HG_HCALOUT]; //[TOWER_RAW_HG_HCALOUT_]
UInt_t TOWER_RAW_HG_HCALOUT_towerid[kMaxTOWER_RAW_HG_HCALOUT]; //[TOWER_RAW_HG_HCALOUT_]
Double_t TOWER_RAW_HG_HCALOUT_energy[kMaxTOWER_RAW_HG_HCALOUT]; //[TOWER_RAW_HG_HCALOUT_]
Float_t TOWER_RAW_HG_HCALOUT_time[kMaxTOWER_RAW_HG_HCALOUT]; //[TOWER_RAW_HG_HCALOUT_]
Float_t TOWER_RAW_HG_HCALOUT_signal_samples[kMaxTOWER_RAW_HG_HCALOUT][31]; //[TOWER_RAW_HG_HCALOUT_]
Int_t TOWER_RAW_HG_HCALOUT_HBD_channel[kMaxTOWER_RAW_HG_HCALOUT]; //[TOWER_RAW_HG_HCALOUT_]
Int_t n_TOWER_CALIB_LG_HCALIN;
Int_t TOWER_CALIB_LG_HCALIN_;
UInt_t TOWER_CALIB_LG_HCALIN_fUniqueID[kMaxTOWER_CALIB_LG_HCALIN]; //[TOWER_CALIB_LG_HCALIN_]
UInt_t TOWER_CALIB_LG_HCALIN_fBits[kMaxTOWER_CALIB_LG_HCALIN]; //[TOWER_CALIB_LG_HCALIN_]
UInt_t TOWER_CALIB_LG_HCALIN_towerid[kMaxTOWER_CALIB_LG_HCALIN]; //[TOWER_CALIB_LG_HCALIN_]
Double_t TOWER_CALIB_LG_HCALIN_energy[kMaxTOWER_CALIB_LG_HCALIN]; //[TOWER_CALIB_LG_HCALIN_]
Float_t TOWER_CALIB_LG_HCALIN_time[kMaxTOWER_CALIB_LG_HCALIN]; //[TOWER_CALIB_LG_HCALIN_]
Float_t TOWER_CALIB_LG_HCALIN_signal_samples[kMaxTOWER_CALIB_LG_HCALIN][31]; //[TOWER_CALIB_LG_HCALIN_]
Int_t TOWER_CALIB_LG_HCALIN_HBD_channel[kMaxTOWER_CALIB_LG_HCALIN]; //[TOWER_CALIB_LG_HCALIN_]
Int_t n_TOWER_CALIB_LG_HCALOUT;
Int_t TOWER_CALIB_LG_HCALOUT_;
UInt_t TOWER_CALIB_LG_HCALOUT_fUniqueID[kMaxTOWER_CALIB_LG_HCALOUT]; //[TOWER_CALIB_LG_HCALOUT_]
UInt_t TOWER_CALIB_LG_HCALOUT_fBits[kMaxTOWER_CALIB_LG_HCALOUT]; //[TOWER_CALIB_LG_HCALOUT_]
UInt_t TOWER_CALIB_LG_HCALOUT_towerid[kMaxTOWER_CALIB_LG_HCALOUT]; //[TOWER_CALIB_LG_HCALOUT_]
Double_t TOWER_CALIB_LG_HCALOUT_energy[kMaxTOWER_CALIB_LG_HCALOUT]; //[TOWER_CALIB_LG_HCALOUT_]
Float_t TOWER_CALIB_LG_HCALOUT_time[kMaxTOWER_CALIB_LG_HCALOUT]; //[TOWER_CALIB_LG_HCALOUT_]
Float_t TOWER_CALIB_LG_HCALOUT_signal_samples[kMaxTOWER_CALIB_LG_HCALOUT][31]; //[TOWER_CALIB_LG_HCALOUT_]
Int_t TOWER_CALIB_LG_HCALOUT_HBD_channel[kMaxTOWER_CALIB_LG_HCALOUT]; //[TOWER_CALIB_LG_HCALOUT_]
Int_t n_TOWER_CALIB_HG_HCALOUT;
Int_t TOWER_CALIB_HG_HCALOUT_;
UInt_t TOWER_CALIB_HG_HCALOUT_fUniqueID[kMaxTOWER_CALIB_HG_HCALOUT]; //[TOWER_CALIB_HG_HCALOUT_]
UInt_t TOWER_CALIB_HG_HCALOUT_fBits[kMaxTOWER_CALIB_HG_HCALOUT]; //[TOWER_CALIB_HG_HCALOUT_]
UInt_t TOWER_CALIB_HG_HCALOUT_towerid[kMaxTOWER_CALIB_HG_HCALOUT]; //[TOWER_CALIB_HG_HCALOUT_]
Double_t TOWER_CALIB_HG_HCALOUT_energy[kMaxTOWER_CALIB_HG_HCALOUT]; //[TOWER_CALIB_HG_HCALOUT_]
Float_t TOWER_CALIB_HG_HCALOUT_time[kMaxTOWER_CALIB_HG_HCALOUT]; //[TOWER_CALIB_HG_HCALOUT_]
Float_t TOWER_CALIB_HG_HCALOUT_signal_samples[kMaxTOWER_CALIB_HG_HCALOUT][31]; //[TOWER_CALIB_HG_HCALOUT_]
Int_t TOWER_CALIB_HG_HCALOUT_HBD_channel[kMaxTOWER_CALIB_HG_HCALOUT]; //[TOWER_CALIB_HG_HCALOUT_]
Int_t n_TOWER_RAW_CEMC;
Int_t TOWER_RAW_CEMC_;
UInt_t TOWER_RAW_CEMC_fUniqueID[kMaxTOWER_RAW_CEMC]; //[TOWER_RAW_CEMC_]
UInt_t TOWER_RAW_CEMC_fBits[kMaxTOWER_RAW_CEMC]; //[TOWER_RAW_CEMC_]
UInt_t TOWER_RAW_CEMC_towerid[kMaxTOWER_RAW_CEMC]; //[TOWER_RAW_CEMC_]
Double_t TOWER_RAW_CEMC_energy[kMaxTOWER_RAW_CEMC]; //[TOWER_RAW_CEMC_]
Float_t TOWER_RAW_CEMC_time[kMaxTOWER_RAW_CEMC]; //[TOWER_RAW_CEMC_]
Float_t TOWER_RAW_CEMC_signal_samples[kMaxTOWER_RAW_CEMC][31]; //[TOWER_RAW_CEMC_]
Int_t TOWER_RAW_CEMC_HBD_channel[kMaxTOWER_RAW_CEMC]; //[TOWER_RAW_CEMC_]
Int_t n_TOWER_CALIB_CEMC;
Int_t TOWER_CALIB_CEMC_;
UInt_t TOWER_CALIB_CEMC_fUniqueID[kMaxTOWER_CALIB_CEMC]; //[TOWER_CALIB_CEMC_]
UInt_t TOWER_CALIB_CEMC_fBits[kMaxTOWER_CALIB_CEMC]; //[TOWER_CALIB_CEMC_]
UInt_t TOWER_CALIB_CEMC_towerid[kMaxTOWER_CALIB_CEMC]; //[TOWER_CALIB_CEMC_]
Double_t TOWER_CALIB_CEMC_energy[kMaxTOWER_CALIB_CEMC]; //[TOWER_CALIB_CEMC_]
Float_t TOWER_CALIB_CEMC_time[kMaxTOWER_CALIB_CEMC]; //[TOWER_CALIB_CEMC_]
Float_t TOWER_CALIB_CEMC_signal_samples[kMaxTOWER_CALIB_CEMC][31]; //[TOWER_CALIB_CEMC_]
Int_t TOWER_CALIB_CEMC_HBD_channel[kMaxTOWER_CALIB_CEMC]; //[TOWER_CALIB_CEMC_]
Int_t n_TOWER_RAW_HODO_VERTICAL;
Int_t TOWER_RAW_HODO_VERTICAL_;
UInt_t TOWER_RAW_HODO_VERTICAL_fUniqueID[kMaxTOWER_RAW_HODO_VERTICAL]; //[TOWER_RAW_HODO_VERTICAL_]
UInt_t TOWER_RAW_HODO_VERTICAL_fBits[kMaxTOWER_RAW_HODO_VERTICAL]; //[TOWER_RAW_HODO_VERTICAL_]
UInt_t TOWER_RAW_HODO_VERTICAL_towerid[kMaxTOWER_RAW_HODO_VERTICAL]; //[TOWER_RAW_HODO_VERTICAL_]
Double_t TOWER_RAW_HODO_VERTICAL_energy[kMaxTOWER_RAW_HODO_VERTICAL]; //[TOWER_RAW_HODO_VERTICAL_]
Float_t TOWER_RAW_HODO_VERTICAL_time[kMaxTOWER_RAW_HODO_VERTICAL]; //[TOWER_RAW_HODO_VERTICAL_]
Float_t TOWER_RAW_HODO_VERTICAL_signal_samples[kMaxTOWER_RAW_HODO_VERTICAL][31]; //[TOWER_RAW_HODO_VERTICAL_]
Int_t TOWER_RAW_HODO_VERTICAL_HBD_channel[kMaxTOWER_RAW_HODO_VERTICAL]; //[TOWER_RAW_HODO_VERTICAL_]
Int_t n_TOWER_RAW_HODO_HORIZONTAL;
Int_t TOWER_RAW_HODO_HORIZONTAL_;
UInt_t TOWER_RAW_HODO_HORIZONTAL_fUniqueID[kMaxTOWER_RAW_HODO_HORIZONTAL]; //[TOWER_RAW_HODO_HORIZONTAL_]
UInt_t TOWER_RAW_HODO_HORIZONTAL_fBits[kMaxTOWER_RAW_HODO_HORIZONTAL]; //[TOWER_RAW_HODO_HORIZONTAL_]
UInt_t TOWER_RAW_HODO_HORIZONTAL_towerid[kMaxTOWER_RAW_HODO_HORIZONTAL]; //[TOWER_RAW_HODO_HORIZONTAL_]
Double_t TOWER_RAW_HODO_HORIZONTAL_energy[kMaxTOWER_RAW_HODO_HORIZONTAL]; //[TOWER_RAW_HODO_HORIZONTAL_]
Float_t TOWER_RAW_HODO_HORIZONTAL_time[kMaxTOWER_RAW_HODO_HORIZONTAL]; //[TOWER_RAW_HODO_HORIZONTAL_]
Float_t TOWER_RAW_HODO_HORIZONTAL_signal_samples[kMaxTOWER_RAW_HODO_HORIZONTAL][31]; //[TOWER_RAW_HODO_HORIZONTAL_]
Int_t TOWER_RAW_HODO_HORIZONTAL_HBD_channel[kMaxTOWER_RAW_HODO_HORIZONTAL]; //[TOWER_RAW_HODO_HORIZONTAL_]
Int_t n_TOWER_CALIB_HODO_VERTICAL;
Int_t TOWER_CALIB_HODO_VERTICAL_;
UInt_t TOWER_CALIB_HODO_VERTICAL_fUniqueID[kMaxTOWER_CALIB_HODO_VERTICAL]; //[TOWER_CALIB_HODO_VERTICAL_]
UInt_t TOWER_CALIB_HODO_VERTICAL_fBits[kMaxTOWER_CALIB_HODO_VERTICAL]; //[TOWER_CALIB_HODO_VERTICAL_]
UInt_t TOWER_CALIB_HODO_VERTICAL_towerid[kMaxTOWER_CALIB_HODO_VERTICAL]; //[TOWER_CALIB_HODO_VERTICAL_]
Double_t TOWER_CALIB_HODO_VERTICAL_energy[kMaxTOWER_CALIB_HODO_VERTICAL]; //[TOWER_CALIB_HODO_VERTICAL_]
Float_t TOWER_CALIB_HODO_VERTICAL_time[kMaxTOWER_CALIB_HODO_VERTICAL]; //[TOWER_CALIB_HODO_VERTICAL_]
Float_t TOWER_CALIB_HODO_VERTICAL_signal_samples[kMaxTOWER_CALIB_HODO_VERTICAL][31]; //[TOWER_CALIB_HODO_VERTICAL_]
Int_t TOWER_CALIB_HODO_VERTICAL_HBD_channel[kMaxTOWER_CALIB_HODO_VERTICAL]; //[TOWER_CALIB_HODO_VERTICAL_]
Int_t n_TOWER_CALIB_HODO_HORIZONTAL;
Int_t TOWER_CALIB_HODO_HORIZONTAL_;
UInt_t TOWER_CALIB_HODO_HORIZONTAL_fUniqueID[kMaxTOWER_CALIB_HODO_HORIZONTAL]; //[TOWER_CALIB_HODO_HORIZONTAL_]
UInt_t TOWER_CALIB_HODO_HORIZONTAL_fBits[kMaxTOWER_CALIB_HODO_HORIZONTAL]; //[TOWER_CALIB_HODO_HORIZONTAL_]
UInt_t TOWER_CALIB_HODO_HORIZONTAL_towerid[kMaxTOWER_CALIB_HODO_HORIZONTAL]; //[TOWER_CALIB_HODO_HORIZONTAL_]
Double_t TOWER_CALIB_HODO_HORIZONTAL_energy[kMaxTOWER_CALIB_HODO_HORIZONTAL]; //[TOWER_CALIB_HODO_HORIZONTAL_]
Float_t TOWER_CALIB_HODO_HORIZONTAL_time[kMaxTOWER_CALIB_HODO_HORIZONTAL]; //[TOWER_CALIB_HODO_HORIZONTAL_]
Float_t TOWER_CALIB_HODO_HORIZONTAL_signal_samples[kMaxTOWER_CALIB_HODO_HORIZONTAL][31]; //[TOWER_CALIB_HODO_HORIZONTAL_]
Int_t TOWER_CALIB_HODO_HORIZONTAL_HBD_channel[kMaxTOWER_CALIB_HODO_HORIZONTAL]; //[TOWER_CALIB_HODO_HORIZONTAL_]
Int_t n_TOWER_RAW_C1;
Int_t TOWER_RAW_C1_;
UInt_t TOWER_RAW_C1_fUniqueID[kMaxTOWER_RAW_C1]; //[TOWER_RAW_C1_]
UInt_t TOWER_RAW_C1_fBits[kMaxTOWER_RAW_C1]; //[TOWER_RAW_C1_]
UInt_t TOWER_RAW_C1_towerid[kMaxTOWER_RAW_C1]; //[TOWER_RAW_C1_]
Double_t TOWER_RAW_C1_energy[kMaxTOWER_RAW_C1]; //[TOWER_RAW_C1_]
Float_t TOWER_RAW_C1_time[kMaxTOWER_RAW_C1]; //[TOWER_RAW_C1_]
Float_t TOWER_RAW_C1_signal_samples[kMaxTOWER_RAW_C1][31]; //[TOWER_RAW_C1_]
Int_t TOWER_RAW_C1_HBD_channel[kMaxTOWER_RAW_C1]; //[TOWER_RAW_C1_]
Int_t n_TOWER_CALIB_C1;
Int_t TOWER_CALIB_C1_;
UInt_t TOWER_CALIB_C1_fUniqueID[kMaxTOWER_CALIB_C1]; //[TOWER_CALIB_C1_]
UInt_t TOWER_CALIB_C1_fBits[kMaxTOWER_CALIB_C1]; //[TOWER_CALIB_C1_]
UInt_t TOWER_CALIB_C1_towerid[kMaxTOWER_CALIB_C1]; //[TOWER_CALIB_C1_]
Double_t TOWER_CALIB_C1_energy[kMaxTOWER_CALIB_C1]; //[TOWER_CALIB_C1_]
Float_t TOWER_CALIB_C1_time[kMaxTOWER_CALIB_C1]; //[TOWER_CALIB_C1_]
Float_t TOWER_CALIB_C1_signal_samples[kMaxTOWER_CALIB_C1][31]; //[TOWER_CALIB_C1_]
Int_t TOWER_CALIB_C1_HBD_channel[kMaxTOWER_CALIB_C1]; //[TOWER_CALIB_C1_]
Int_t n_TOWER_RAW_C2;
Int_t TOWER_RAW_C2_;
UInt_t TOWER_RAW_C2_fUniqueID[kMaxTOWER_RAW_C2]; //[TOWER_RAW_C2_]
UInt_t TOWER_RAW_C2_fBits[kMaxTOWER_RAW_C2]; //[TOWER_RAW_C2_]
UInt_t TOWER_RAW_C2_towerid[kMaxTOWER_RAW_C2]; //[TOWER_RAW_C2_]
Double_t TOWER_RAW_C2_energy[kMaxTOWER_RAW_C2]; //[TOWER_RAW_C2_]
Float_t TOWER_RAW_C2_time[kMaxTOWER_RAW_C2]; //[TOWER_RAW_C2_]
Float_t TOWER_RAW_C2_signal_samples[kMaxTOWER_RAW_C2][31]; //[TOWER_RAW_C2_]
Int_t TOWER_RAW_C2_HBD_channel[kMaxTOWER_RAW_C2]; //[TOWER_RAW_C2_]
Int_t n_TOWER_CALIB_C2;
Int_t TOWER_CALIB_C2_;
UInt_t TOWER_CALIB_C2_fUniqueID[kMaxTOWER_CALIB_C2]; //[TOWER_CALIB_C2_]
UInt_t TOWER_CALIB_C2_fBits[kMaxTOWER_CALIB_C2]; //[TOWER_CALIB_C2_]
UInt_t TOWER_CALIB_C2_towerid[kMaxTOWER_CALIB_C2]; //[TOWER_CALIB_C2_]
Double_t TOWER_CALIB_C2_energy[kMaxTOWER_CALIB_C2]; //[TOWER_CALIB_C2_]
Float_t TOWER_CALIB_C2_time[kMaxTOWER_CALIB_C2]; //[TOWER_CALIB_C2_]
Float_t TOWER_CALIB_C2_signal_samples[kMaxTOWER_CALIB_C2][31]; //[TOWER_CALIB_C2_]
Int_t TOWER_CALIB_C2_HBD_channel[kMaxTOWER_CALIB_C2]; //[TOWER_CALIB_C2_]
Int_t n_TOWER_RAW_PbGL;
Int_t TOWER_RAW_PbGL_;
UInt_t TOWER_RAW_PbGL_fUniqueID[kMaxTOWER_RAW_PbGL]; //[TOWER_RAW_PbGL_]
UInt_t TOWER_RAW_PbGL_fBits[kMaxTOWER_RAW_PbGL]; //[TOWER_RAW_PbGL_]
UInt_t TOWER_RAW_PbGL_towerid[kMaxTOWER_RAW_PbGL]; //[TOWER_RAW_PbGL_]
Double_t TOWER_RAW_PbGL_energy[kMaxTOWER_RAW_PbGL]; //[TOWER_RAW_PbGL_]
Float_t TOWER_RAW_PbGL_time[kMaxTOWER_RAW_PbGL]; //[TOWER_RAW_PbGL_]
Float_t TOWER_RAW_PbGL_signal_samples[kMaxTOWER_RAW_PbGL][31]; //[TOWER_RAW_PbGL_]
Int_t TOWER_RAW_PbGL_HBD_channel[kMaxTOWER_RAW_PbGL]; //[TOWER_RAW_PbGL_]
Int_t n_TOWER_CALIB_PbGL;
Int_t TOWER_CALIB_PbGL_;
UInt_t TOWER_CALIB_PbGL_fUniqueID[kMaxTOWER_CALIB_PbGL]; //[TOWER_CALIB_PbGL_]
UInt_t TOWER_CALIB_PbGL_fBits[kMaxTOWER_CALIB_PbGL]; //[TOWER_CALIB_PbGL_]
UInt_t TOWER_CALIB_PbGL_towerid[kMaxTOWER_CALIB_PbGL]; //[TOWER_CALIB_PbGL_]
Double_t TOWER_CALIB_PbGL_energy[kMaxTOWER_CALIB_PbGL]; //[TOWER_CALIB_PbGL_]
Float_t TOWER_CALIB_PbGL_time[kMaxTOWER_CALIB_PbGL]; //[TOWER_CALIB_PbGL_]
Float_t TOWER_CALIB_PbGL_signal_samples[kMaxTOWER_CALIB_PbGL][31]; //[TOWER_CALIB_PbGL_]
Int_t TOWER_CALIB_PbGL_HBD_channel[kMaxTOWER_CALIB_PbGL]; //[TOWER_CALIB_PbGL_]
Int_t n_TOWER_RAW_TRIGGER_VETO;
Int_t TOWER_RAW_TRIGGER_VETO_;
UInt_t TOWER_RAW_TRIGGER_VETO_fUniqueID[kMaxTOWER_RAW_TRIGGER_VETO]; //[TOWER_RAW_TRIGGER_VETO_]
UInt_t TOWER_RAW_TRIGGER_VETO_fBits[kMaxTOWER_RAW_TRIGGER_VETO]; //[TOWER_RAW_TRIGGER_VETO_]
UInt_t TOWER_RAW_TRIGGER_VETO_towerid[kMaxTOWER_RAW_TRIGGER_VETO]; //[TOWER_RAW_TRIGGER_VETO_]
Double_t TOWER_RAW_TRIGGER_VETO_energy[kMaxTOWER_RAW_TRIGGER_VETO]; //[TOWER_RAW_TRIGGER_VETO_]
Float_t TOWER_RAW_TRIGGER_VETO_time[kMaxTOWER_RAW_TRIGGER_VETO]; //[TOWER_RAW_TRIGGER_VETO_]
Float_t TOWER_RAW_TRIGGER_VETO_signal_samples[kMaxTOWER_RAW_TRIGGER_VETO][31]; //[TOWER_RAW_TRIGGER_VETO_]
Int_t TOWER_RAW_TRIGGER_VETO_HBD_channel[kMaxTOWER_RAW_TRIGGER_VETO]; //[TOWER_RAW_TRIGGER_VETO_]
Int_t n_TOWER_CALIB_TRIGGER_VETO;
Int_t TOWER_CALIB_TRIGGER_VETO_;
UInt_t TOWER_CALIB_TRIGGER_VETO_fUniqueID[kMaxTOWER_CALIB_TRIGGER_VETO]; //[TOWER_CALIB_TRIGGER_VETO_]
UInt_t TOWER_CALIB_TRIGGER_VETO_fBits[kMaxTOWER_CALIB_TRIGGER_VETO]; //[TOWER_CALIB_TRIGGER_VETO_]
UInt_t TOWER_CALIB_TRIGGER_VETO_towerid[kMaxTOWER_CALIB_TRIGGER_VETO]; //[TOWER_CALIB_TRIGGER_VETO_]
Double_t TOWER_CALIB_TRIGGER_VETO_energy[kMaxTOWER_CALIB_TRIGGER_VETO]; //[TOWER_CALIB_TRIGGER_VETO_]
Float_t TOWER_CALIB_TRIGGER_VETO_time[kMaxTOWER_CALIB_TRIGGER_VETO]; //[TOWER_CALIB_TRIGGER_VETO_]
Float_t TOWER_CALIB_TRIGGER_VETO_signal_samples[kMaxTOWER_CALIB_TRIGGER_VETO][31]; //[TOWER_CALIB_TRIGGER_VETO_]
Int_t TOWER_CALIB_TRIGGER_VETO_HBD_channel[kMaxTOWER_CALIB_TRIGGER_VETO]; //[TOWER_CALIB_TRIGGER_VETO_]
Int_t n_TOWER_RAW_TILE_MAPPER;
Int_t TOWER_RAW_TILE_MAPPER_;
UInt_t TOWER_RAW_TILE_MAPPER_fUniqueID[kMaxTOWER_RAW_TILE_MAPPER]; //[TOWER_RAW_TILE_MAPPER_]
UInt_t TOWER_RAW_TILE_MAPPER_fBits[kMaxTOWER_RAW_TILE_MAPPER]; //[TOWER_RAW_TILE_MAPPER_]
UInt_t TOWER_RAW_TILE_MAPPER_towerid[kMaxTOWER_RAW_TILE_MAPPER]; //[TOWER_RAW_TILE_MAPPER_]
Double_t TOWER_RAW_TILE_MAPPER_energy[kMaxTOWER_RAW_TILE_MAPPER]; //[TOWER_RAW_TILE_MAPPER_]
Float_t TOWER_RAW_TILE_MAPPER_time[kMaxTOWER_RAW_TILE_MAPPER]; //[TOWER_RAW_TILE_MAPPER_]
Float_t TOWER_RAW_TILE_MAPPER_signal_samples[kMaxTOWER_RAW_TILE_MAPPER][31]; //[TOWER_RAW_TILE_MAPPER_]
Int_t TOWER_RAW_TILE_MAPPER_HBD_channel[kMaxTOWER_RAW_TILE_MAPPER]; //[TOWER_RAW_TILE_MAPPER_]
Int_t n_TOWER_CALIB_TILE_MAPPER;
Int_t TOWER_CALIB_TILE_MAPPER_;
UInt_t TOWER_CALIB_TILE_MAPPER_fUniqueID[kMaxTOWER_CALIB_TILE_MAPPER]; //[TOWER_CALIB_TILE_MAPPER_]
UInt_t TOWER_CALIB_TILE_MAPPER_fBits[kMaxTOWER_CALIB_TILE_MAPPER]; //[TOWER_CALIB_TILE_MAPPER_]
UInt_t TOWER_CALIB_TILE_MAPPER_towerid[kMaxTOWER_CALIB_TILE_MAPPER]; //[TOWER_CALIB_TILE_MAPPER_]
Double_t TOWER_CALIB_TILE_MAPPER_energy[kMaxTOWER_CALIB_TILE_MAPPER]; //[TOWER_CALIB_TILE_MAPPER_]
Float_t TOWER_CALIB_TILE_MAPPER_time[kMaxTOWER_CALIB_TILE_MAPPER]; //[TOWER_CALIB_TILE_MAPPER_]
Float_t TOWER_CALIB_TILE_MAPPER_signal_samples[kMaxTOWER_CALIB_TILE_MAPPER][31]; //[TOWER_CALIB_TILE_MAPPER_]
Int_t TOWER_CALIB_TILE_MAPPER_HBD_channel[kMaxTOWER_CALIB_TILE_MAPPER]; //[TOWER_CALIB_TILE_MAPPER_]
Int_t n_TOWER_RAW_SC3;
Int_t TOWER_RAW_SC3_;
UInt_t TOWER_RAW_SC3_fUniqueID[kMaxTOWER_RAW_SC3]; //[TOWER_RAW_SC3_]
UInt_t TOWER_RAW_SC3_fBits[kMaxTOWER_RAW_SC3]; //[TOWER_RAW_SC3_]
UInt_t TOWER_RAW_SC3_towerid[kMaxTOWER_RAW_SC3]; //[TOWER_RAW_SC3_]
Double_t TOWER_RAW_SC3_energy[kMaxTOWER_RAW_SC3]; //[TOWER_RAW_SC3_]
Float_t TOWER_RAW_SC3_time[kMaxTOWER_RAW_SC3]; //[TOWER_RAW_SC3_]
Float_t TOWER_RAW_SC3_signal_samples[kMaxTOWER_RAW_SC3][31]; //[TOWER_RAW_SC3_]
Int_t TOWER_RAW_SC3_HBD_channel[kMaxTOWER_RAW_SC3]; //[TOWER_RAW_SC3_]
Int_t n_TOWER_CALIB_SC3;
Int_t TOWER_CALIB_SC3_;
UInt_t TOWER_CALIB_SC3_fUniqueID[kMaxTOWER_CALIB_SC3]; //[TOWER_CALIB_SC3_]
UInt_t TOWER_CALIB_SC3_fBits[kMaxTOWER_CALIB_SC3]; //[TOWER_CALIB_SC3_]
UInt_t TOWER_CALIB_SC3_towerid[kMaxTOWER_CALIB_SC3]; //[TOWER_CALIB_SC3_]
Double_t TOWER_CALIB_SC3_energy[kMaxTOWER_CALIB_SC3]; //[TOWER_CALIB_SC3_]
Float_t TOWER_CALIB_SC3_time[kMaxTOWER_CALIB_SC3]; //[TOWER_CALIB_SC3_]
Float_t TOWER_CALIB_SC3_signal_samples[kMaxTOWER_CALIB_SC3][31]; //[TOWER_CALIB_SC3_]
Int_t TOWER_CALIB_SC3_HBD_channel[kMaxTOWER_CALIB_SC3]; //[TOWER_CALIB_SC3_]
Int_t n_TOWER_RAW_FINGER_COUNTER;
Int_t TOWER_RAW_FINGER_COUNTER_;
UInt_t TOWER_RAW_FINGER_COUNTER_fUniqueID[kMaxTOWER_RAW_FINGER_COUNTER]; //[TOWER_RAW_FINGER_COUNTER_]
UInt_t TOWER_RAW_FINGER_COUNTER_fBits[kMaxTOWER_RAW_FINGER_COUNTER]; //[TOWER_RAW_FINGER_COUNTER_]
UInt_t TOWER_RAW_FINGER_COUNTER_towerid[kMaxTOWER_RAW_FINGER_COUNTER]; //[TOWER_RAW_FINGER_COUNTER_]
Double_t TOWER_RAW_FINGER_COUNTER_energy[kMaxTOWER_RAW_FINGER_COUNTER]; //[TOWER_RAW_FINGER_COUNTER_]
Float_t TOWER_RAW_FINGER_COUNTER_time[kMaxTOWER_RAW_FINGER_COUNTER]; //[TOWER_RAW_FINGER_COUNTER_]
Float_t TOWER_RAW_FINGER_COUNTER_signal_samples[kMaxTOWER_RAW_FINGER_COUNTER][31]; //[TOWER_RAW_FINGER_COUNTER_]
Int_t TOWER_RAW_FINGER_COUNTER_HBD_channel[kMaxTOWER_RAW_FINGER_COUNTER]; //[TOWER_RAW_FINGER_COUNTER_]
Int_t n_TOWER_CALIB_FINGER_COUNTER;
Int_t TOWER_CALIB_FINGER_COUNTER_;
UInt_t TOWER_CALIB_FINGER_COUNTER_fUniqueID[kMaxTOWER_CALIB_FINGER_COUNTER]; //[TOWER_CALIB_FINGER_COUNTER_]
UInt_t TOWER_CALIB_FINGER_COUNTER_fBits[kMaxTOWER_CALIB_FINGER_COUNTER]; //[TOWER_CALIB_FINGER_COUNTER_]
UInt_t TOWER_CALIB_FINGER_COUNTER_towerid[kMaxTOWER_CALIB_FINGER_COUNTER]; //[TOWER_CALIB_FINGER_COUNTER_]
Double_t TOWER_CALIB_FINGER_COUNTER_energy[kMaxTOWER_CALIB_FINGER_COUNTER]; //[TOWER_CALIB_FINGER_COUNTER_]
Float_t TOWER_CALIB_FINGER_COUNTER_time[kMaxTOWER_CALIB_FINGER_COUNTER]; //[TOWER_CALIB_FINGER_COUNTER_]
Float_t TOWER_CALIB_FINGER_COUNTER_signal_samples[kMaxTOWER_CALIB_FINGER_COUNTER][31]; //[TOWER_CALIB_FINGER_COUNTER_]
Int_t TOWER_CALIB_FINGER_COUNTER_HBD_channel[kMaxTOWER_CALIB_FINGER_COUNTER]; //[TOWER_CALIB_FINGER_COUNTER_]
// List of branches
TBranch *b_beam_MTNRG_GeV; //!
TBranch *b_beam_2CH_mm; //!
TBranch *b_beam_2CV_mm; //!
TBranch *b_EMCAL_A0_HighGain; //!
TBranch *b_EMCAL_GR0_BiasOffset_Tower21; //!
TBranch *b_EMCAL_T0_Tower21; //!
TBranch *b_EMCAL_Is_HighEta; //!
TBranch *b_n_TOWER_RAW_LG_HCALIN; //!
TBranch *b_TOWER_RAW_LG_HCALIN_; //!
TBranch *b_TOWER_RAW_LG_HCALIN_fUniqueID; //!
TBranch *b_TOWER_RAW_LG_HCALIN_fBits; //!
TBranch *b_TOWER_RAW_LG_HCALIN_towerid; //!
TBranch *b_TOWER_RAW_LG_HCALIN_energy; //!
TBranch *b_TOWER_RAW_LG_HCALIN_time; //!
TBranch *b_TOWER_RAW_LG_HCALIN_signal_samples; //!
TBranch *b_TOWER_RAW_LG_HCALIN_HBD_channel; //!
TBranch *b_n_TOWER_RAW_LG_HCALOUT; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_fUniqueID; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_fBits; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_towerid; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_energy; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_time; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_signal_samples; //!
TBranch *b_TOWER_RAW_LG_HCALOUT_HBD_channel; //!
TBranch *b_n_TOWER_RAW_HG_HCALOUT; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_fUniqueID; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_fBits; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_towerid; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_energy; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_time; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_signal_samples; //!
TBranch *b_TOWER_RAW_HG_HCALOUT_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_LG_HCALIN; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_fUniqueID; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_fBits; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_towerid; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_energy; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_time; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_signal_samples; //!
TBranch *b_TOWER_CALIB_LG_HCALIN_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_LG_HCALOUT; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_fUniqueID; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_fBits; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_towerid; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_energy; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_time; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_signal_samples; //!
TBranch *b_TOWER_CALIB_LG_HCALOUT_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_HG_HCALOUT; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_fUniqueID; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_fBits; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_towerid; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_energy; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_time; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_signal_samples; //!
TBranch *b_TOWER_CALIB_HG_HCALOUT_HBD_channel; //!
TBranch *b_n_TOWER_RAW_CEMC; //!
TBranch *b_TOWER_RAW_CEMC_; //!
TBranch *b_TOWER_RAW_CEMC_fUniqueID; //!
TBranch *b_TOWER_RAW_CEMC_fBits; //!
TBranch *b_TOWER_RAW_CEMC_towerid; //!
TBranch *b_TOWER_RAW_CEMC_energy; //!
TBranch *b_TOWER_RAW_CEMC_time; //!
TBranch *b_TOWER_RAW_CEMC_signal_samples; //!
TBranch *b_TOWER_RAW_CEMC_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_CEMC; //!
TBranch *b_TOWER_CALIB_CEMC_; //!
TBranch *b_TOWER_CALIB_CEMC_fUniqueID; //!
TBranch *b_TOWER_CALIB_CEMC_fBits; //!
TBranch *b_TOWER_CALIB_CEMC_towerid; //!
TBranch *b_TOWER_CALIB_CEMC_energy; //!
TBranch *b_TOWER_CALIB_CEMC_time; //!
TBranch *b_TOWER_CALIB_CEMC_signal_samples; //!
TBranch *b_TOWER_CALIB_CEMC_HBD_channel; //!
TBranch *b_n_TOWER_RAW_HODO_VERTICAL; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_fUniqueID; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_fBits; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_towerid; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_energy; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_time; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_signal_samples; //!
TBranch *b_TOWER_RAW_HODO_VERTICAL_HBD_channel; //!
TBranch *b_n_TOWER_RAW_HODO_HORIZONTAL; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_fUniqueID; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_fBits; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_towerid; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_energy; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_time; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_signal_samples; //!
TBranch *b_TOWER_RAW_HODO_HORIZONTAL_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_HODO_VERTICAL; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_fUniqueID; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_fBits; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_towerid; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_energy; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_time; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_signal_samples; //!
TBranch *b_TOWER_CALIB_HODO_VERTICAL_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_HODO_HORIZONTAL; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_fUniqueID; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_fBits; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_towerid; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_energy; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_time; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_signal_samples; //!
TBranch *b_TOWER_CALIB_HODO_HORIZONTAL_HBD_channel; //!
TBranch *b_n_TOWER_RAW_C1; //!
TBranch *b_TOWER_RAW_C1_; //!
TBranch *b_TOWER_RAW_C1_fUniqueID; //!
TBranch *b_TOWER_RAW_C1_fBits; //!
TBranch *b_TOWER_RAW_C1_towerid; //!
TBranch *b_TOWER_RAW_C1_energy; //!
TBranch *b_TOWER_RAW_C1_time; //!
TBranch *b_TOWER_RAW_C1_signal_samples; //!
TBranch *b_TOWER_RAW_C1_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_C1; //!
TBranch *b_TOWER_CALIB_C1_; //!
TBranch *b_TOWER_CALIB_C1_fUniqueID; //!
TBranch *b_TOWER_CALIB_C1_fBits; //!
TBranch *b_TOWER_CALIB_C1_towerid; //!
TBranch *b_TOWER_CALIB_C1_energy; //!
TBranch *b_TOWER_CALIB_C1_time; //!
TBranch *b_TOWER_CALIB_C1_signal_samples; //!
TBranch *b_TOWER_CALIB_C1_HBD_channel; //!
TBranch *b_n_TOWER_RAW_C2; //!
TBranch *b_TOWER_RAW_C2_; //!
TBranch *b_TOWER_RAW_C2_fUniqueID; //!
TBranch *b_TOWER_RAW_C2_fBits; //!
TBranch *b_TOWER_RAW_C2_towerid; //!
TBranch *b_TOWER_RAW_C2_energy; //!
TBranch *b_TOWER_RAW_C2_time; //!
TBranch *b_TOWER_RAW_C2_signal_samples; //!
TBranch *b_TOWER_RAW_C2_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_C2; //!
TBranch *b_TOWER_CALIB_C2_; //!
TBranch *b_TOWER_CALIB_C2_fUniqueID; //!
TBranch *b_TOWER_CALIB_C2_fBits; //!
TBranch *b_TOWER_CALIB_C2_towerid; //!
TBranch *b_TOWER_CALIB_C2_energy; //!
TBranch *b_TOWER_CALIB_C2_time; //!
TBranch *b_TOWER_CALIB_C2_signal_samples; //!
TBranch *b_TOWER_CALIB_C2_HBD_channel; //!
TBranch *b_n_TOWER_RAW_PbGL; //!
TBranch *b_TOWER_RAW_PbGL_; //!
TBranch *b_TOWER_RAW_PbGL_fUniqueID; //!
TBranch *b_TOWER_RAW_PbGL_fBits; //!
TBranch *b_TOWER_RAW_PbGL_towerid; //!
TBranch *b_TOWER_RAW_PbGL_energy; //!
TBranch *b_TOWER_RAW_PbGL_time; //!
TBranch *b_TOWER_RAW_PbGL_signal_samples; //!
TBranch *b_TOWER_RAW_PbGL_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_PbGL; //!
TBranch *b_TOWER_CALIB_PbGL_; //!
TBranch *b_TOWER_CALIB_PbGL_fUniqueID; //!
TBranch *b_TOWER_CALIB_PbGL_fBits; //!
TBranch *b_TOWER_CALIB_PbGL_towerid; //!
TBranch *b_TOWER_CALIB_PbGL_energy; //!
TBranch *b_TOWER_CALIB_PbGL_time; //!
TBranch *b_TOWER_CALIB_PbGL_signal_samples; //!
TBranch *b_TOWER_CALIB_PbGL_HBD_channel; //!
TBranch *b_n_TOWER_RAW_TRIGGER_VETO; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_fUniqueID; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_fBits; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_towerid; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_energy; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_time; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_signal_samples; //!
TBranch *b_TOWER_RAW_TRIGGER_VETO_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_TRIGGER_VETO; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_fUniqueID; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_fBits; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_towerid; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_energy; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_time; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_signal_samples; //!
TBranch *b_TOWER_CALIB_TRIGGER_VETO_HBD_channel; //!
TBranch *b_n_TOWER_RAW_TILE_MAPPER; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_fUniqueID; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_fBits; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_towerid; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_energy; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_time; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_signal_samples; //!
TBranch *b_TOWER_RAW_TILE_MAPPER_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_TILE_MAPPER; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_fUniqueID; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_fBits; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_towerid; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_energy; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_time; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_signal_samples; //!
TBranch *b_TOWER_CALIB_TILE_MAPPER_HBD_channel; //!
TBranch *b_n_TOWER_RAW_SC3; //!
TBranch *b_TOWER_RAW_SC3_; //!
TBranch *b_TOWER_RAW_SC3_fUniqueID; //!
TBranch *b_TOWER_RAW_SC3_fBits; //!
TBranch *b_TOWER_RAW_SC3_towerid; //!
TBranch *b_TOWER_RAW_SC3_energy; //!
TBranch *b_TOWER_RAW_SC3_time; //!
TBranch *b_TOWER_RAW_SC3_signal_samples; //!
TBranch *b_TOWER_RAW_SC3_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_SC3; //!
TBranch *b_TOWER_CALIB_SC3_; //!
TBranch *b_TOWER_CALIB_SC3_fUniqueID; //!
TBranch *b_TOWER_CALIB_SC3_fBits; //!
TBranch *b_TOWER_CALIB_SC3_towerid; //!
TBranch *b_TOWER_CALIB_SC3_energy; //!
TBranch *b_TOWER_CALIB_SC3_time; //!
TBranch *b_TOWER_CALIB_SC3_signal_samples; //!
TBranch *b_TOWER_CALIB_SC3_HBD_channel; //!
TBranch *b_n_TOWER_RAW_FINGER_COUNTER; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_fUniqueID; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_fBits; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_towerid; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_energy; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_time; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_signal_samples; //!
TBranch *b_TOWER_RAW_FINGER_COUNTER_HBD_channel; //!
TBranch *b_n_TOWER_CALIB_FINGER_COUNTER; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_fUniqueID; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_fBits; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_towerid; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_energy; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_time; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_signal_samples; //!
TBranch *b_TOWER_CALIB_FINGER_COUNTER_HBD_channel; //!
DSTReader551(TTree *tree=0);
virtual ~DSTReader551();
virtual Int_t Cut(Long64_t entry);
virtual Int_t GetEntry(Long64_t entry);
virtual Long64_t LoadTree(Long64_t entry);
virtual void Init(TTree *tree);
virtual void Loop();
virtual Bool_t Notify();
virtual void Show(Long64_t entry = -1);
};
#endif
#ifdef DSTReader551_cxx
DSTReader551::DSTReader551(TTree *tree) : fChain(0)
{
// if parameter tree is not specified (or zero), connect the file
// used to generate this class and read the Tree.
if (tree == 0) {
TFile *f = (TFile*)gROOT->GetListOfFiles()->FindObject("beam_00000551-0000_DSTReader.root");
if (!f || !f->IsOpen()) {
f = new TFile("beam_00000551-0000_DSTReader.root");
}
f->GetObject("T",tree);
}
Init(tree);
}
DSTReader551::~DSTReader551()
{
if (!fChain) return;
delete fChain->GetCurrentFile();
}
Int_t DSTReader551::GetEntry(Long64_t entry)
{
// Read contents of entry.
if (!fChain) return 0;
return fChain->GetEntry(entry);
}
Long64_t DSTReader551::LoadTree(Long64_t entry)
{
// Set the environment to read one entry
if (!fChain) return -5;
Long64_t centry = fChain->LoadTree(entry);
if (centry < 0) return centry;
if (fChain->GetTreeNumber() != fCurrent) {
fCurrent = fChain->GetTreeNumber();
Notify();
}
return centry;
}
void DSTReader551::Init(TTree *tree)
{
// The Init() function is called when the selector needs to initialize
// a new tree or chain. Typically here the branch addresses and branch
// pointers of the tree will be set.
// It is normally not necessary to make changes to the generated
// code, but the routine can be extended by the user if needed.
// Init() will be called many times when running on PROOF
// (once per file to be processed).
// Set branch addresses and branch pointers
if (!tree) return;
fChain = tree;
fCurrent = -1;
fChain->SetMakeClass(1);
fChain->SetBranchAddress("beam_MTNRG_GeV", &beam_MTNRG_GeV, &b_beam_MTNRG_GeV);
fChain->SetBranchAddress("beam_2CH_mm", &beam_2CH_mm, &b_beam_2CH_mm);
fChain->SetBranchAddress("beam_2CV_mm", &beam_2CV_mm, &b_beam_2CV_mm);
fChain->SetBranchAddress("EMCAL_A0_HighGain", &EMCAL_A0_HighGain, &b_EMCAL_A0_HighGain);
fChain->SetBranchAddress("EMCAL_GR0_BiasOffset_Tower21", &EMCAL_GR0_BiasOffset_Tower21, &b_EMCAL_GR0_BiasOffset_Tower21);
fChain->SetBranchAddress("EMCAL_T0_Tower21", &EMCAL_T0_Tower21, &b_EMCAL_T0_Tower21);
fChain->SetBranchAddress("EMCAL_Is_HighEta", &EMCAL_Is_HighEta, &b_EMCAL_Is_HighEta);
fChain->SetBranchAddress("n_TOWER_RAW_LG_HCALIN", &n_TOWER_RAW_LG_HCALIN, &b_n_TOWER_RAW_LG_HCALIN);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN", &TOWER_RAW_LG_HCALIN_, &b_TOWER_RAW_LG_HCALIN_);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN.fUniqueID", TOWER_RAW_LG_HCALIN_fUniqueID, &b_TOWER_RAW_LG_HCALIN_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN.fBits", TOWER_RAW_LG_HCALIN_fBits, &b_TOWER_RAW_LG_HCALIN_fBits);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN.towerid", TOWER_RAW_LG_HCALIN_towerid, &b_TOWER_RAW_LG_HCALIN_towerid);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN.energy", TOWER_RAW_LG_HCALIN_energy, &b_TOWER_RAW_LG_HCALIN_energy);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN.time", TOWER_RAW_LG_HCALIN_time, &b_TOWER_RAW_LG_HCALIN_time);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN.signal_samples[31]", TOWER_RAW_LG_HCALIN_signal_samples, &b_TOWER_RAW_LG_HCALIN_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALIN.HBD_channel", TOWER_RAW_LG_HCALIN_HBD_channel, &b_TOWER_RAW_LG_HCALIN_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_LG_HCALOUT", &n_TOWER_RAW_LG_HCALOUT, &b_n_TOWER_RAW_LG_HCALOUT);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT", &TOWER_RAW_LG_HCALOUT_, &b_TOWER_RAW_LG_HCALOUT_);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT.fUniqueID", TOWER_RAW_LG_HCALOUT_fUniqueID, &b_TOWER_RAW_LG_HCALOUT_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT.fBits", TOWER_RAW_LG_HCALOUT_fBits, &b_TOWER_RAW_LG_HCALOUT_fBits);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT.towerid", TOWER_RAW_LG_HCALOUT_towerid, &b_TOWER_RAW_LG_HCALOUT_towerid);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT.energy", TOWER_RAW_LG_HCALOUT_energy, &b_TOWER_RAW_LG_HCALOUT_energy);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT.time", TOWER_RAW_LG_HCALOUT_time, &b_TOWER_RAW_LG_HCALOUT_time);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT.signal_samples[31]", TOWER_RAW_LG_HCALOUT_signal_samples, &b_TOWER_RAW_LG_HCALOUT_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_LG_HCALOUT.HBD_channel", TOWER_RAW_LG_HCALOUT_HBD_channel, &b_TOWER_RAW_LG_HCALOUT_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_HG_HCALOUT", &n_TOWER_RAW_HG_HCALOUT, &b_n_TOWER_RAW_HG_HCALOUT);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT", &TOWER_RAW_HG_HCALOUT_, &b_TOWER_RAW_HG_HCALOUT_);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT.fUniqueID", TOWER_RAW_HG_HCALOUT_fUniqueID, &b_TOWER_RAW_HG_HCALOUT_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT.fBits", TOWER_RAW_HG_HCALOUT_fBits, &b_TOWER_RAW_HG_HCALOUT_fBits);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT.towerid", TOWER_RAW_HG_HCALOUT_towerid, &b_TOWER_RAW_HG_HCALOUT_towerid);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT.energy", TOWER_RAW_HG_HCALOUT_energy, &b_TOWER_RAW_HG_HCALOUT_energy);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT.time", TOWER_RAW_HG_HCALOUT_time, &b_TOWER_RAW_HG_HCALOUT_time);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT.signal_samples[31]", TOWER_RAW_HG_HCALOUT_signal_samples, &b_TOWER_RAW_HG_HCALOUT_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_HG_HCALOUT.HBD_channel", TOWER_RAW_HG_HCALOUT_HBD_channel, &b_TOWER_RAW_HG_HCALOUT_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_LG_HCALIN", &n_TOWER_CALIB_LG_HCALIN, &b_n_TOWER_CALIB_LG_HCALIN);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN", &TOWER_CALIB_LG_HCALIN_, &b_TOWER_CALIB_LG_HCALIN_);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN.fUniqueID", TOWER_CALIB_LG_HCALIN_fUniqueID, &b_TOWER_CALIB_LG_HCALIN_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN.fBits", TOWER_CALIB_LG_HCALIN_fBits, &b_TOWER_CALIB_LG_HCALIN_fBits);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN.towerid", TOWER_CALIB_LG_HCALIN_towerid, &b_TOWER_CALIB_LG_HCALIN_towerid);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN.energy", TOWER_CALIB_LG_HCALIN_energy, &b_TOWER_CALIB_LG_HCALIN_energy);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN.time", TOWER_CALIB_LG_HCALIN_time, &b_TOWER_CALIB_LG_HCALIN_time);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN.signal_samples[31]", TOWER_CALIB_LG_HCALIN_signal_samples, &b_TOWER_CALIB_LG_HCALIN_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALIN.HBD_channel", TOWER_CALIB_LG_HCALIN_HBD_channel, &b_TOWER_CALIB_LG_HCALIN_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_LG_HCALOUT", &n_TOWER_CALIB_LG_HCALOUT, &b_n_TOWER_CALIB_LG_HCALOUT);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT", &TOWER_CALIB_LG_HCALOUT_, &b_TOWER_CALIB_LG_HCALOUT_);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT.fUniqueID", TOWER_CALIB_LG_HCALOUT_fUniqueID, &b_TOWER_CALIB_LG_HCALOUT_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT.fBits", TOWER_CALIB_LG_HCALOUT_fBits, &b_TOWER_CALIB_LG_HCALOUT_fBits);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT.towerid", TOWER_CALIB_LG_HCALOUT_towerid, &b_TOWER_CALIB_LG_HCALOUT_towerid);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT.energy", TOWER_CALIB_LG_HCALOUT_energy, &b_TOWER_CALIB_LG_HCALOUT_energy);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT.time", TOWER_CALIB_LG_HCALOUT_time, &b_TOWER_CALIB_LG_HCALOUT_time);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT.signal_samples[31]", TOWER_CALIB_LG_HCALOUT_signal_samples, &b_TOWER_CALIB_LG_HCALOUT_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_LG_HCALOUT.HBD_channel", TOWER_CALIB_LG_HCALOUT_HBD_channel, &b_TOWER_CALIB_LG_HCALOUT_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_HG_HCALOUT", &n_TOWER_CALIB_HG_HCALOUT, &b_n_TOWER_CALIB_HG_HCALOUT);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT", &TOWER_CALIB_HG_HCALOUT_, &b_TOWER_CALIB_HG_HCALOUT_);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT.fUniqueID", TOWER_CALIB_HG_HCALOUT_fUniqueID, &b_TOWER_CALIB_HG_HCALOUT_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT.fBits", TOWER_CALIB_HG_HCALOUT_fBits, &b_TOWER_CALIB_HG_HCALOUT_fBits);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT.towerid", TOWER_CALIB_HG_HCALOUT_towerid, &b_TOWER_CALIB_HG_HCALOUT_towerid);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT.energy", TOWER_CALIB_HG_HCALOUT_energy, &b_TOWER_CALIB_HG_HCALOUT_energy);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT.time", TOWER_CALIB_HG_HCALOUT_time, &b_TOWER_CALIB_HG_HCALOUT_time);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT.signal_samples[31]", TOWER_CALIB_HG_HCALOUT_signal_samples, &b_TOWER_CALIB_HG_HCALOUT_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_HG_HCALOUT.HBD_channel", TOWER_CALIB_HG_HCALOUT_HBD_channel, &b_TOWER_CALIB_HG_HCALOUT_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_CEMC", &n_TOWER_RAW_CEMC, &b_n_TOWER_RAW_CEMC);
fChain->SetBranchAddress("TOWER_RAW_CEMC", &TOWER_RAW_CEMC_, &b_TOWER_RAW_CEMC_);
fChain->SetBranchAddress("TOWER_RAW_CEMC.fUniqueID", TOWER_RAW_CEMC_fUniqueID, &b_TOWER_RAW_CEMC_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_CEMC.fBits", TOWER_RAW_CEMC_fBits, &b_TOWER_RAW_CEMC_fBits);
fChain->SetBranchAddress("TOWER_RAW_CEMC.towerid", TOWER_RAW_CEMC_towerid, &b_TOWER_RAW_CEMC_towerid);
fChain->SetBranchAddress("TOWER_RAW_CEMC.energy", TOWER_RAW_CEMC_energy, &b_TOWER_RAW_CEMC_energy);
fChain->SetBranchAddress("TOWER_RAW_CEMC.time", TOWER_RAW_CEMC_time, &b_TOWER_RAW_CEMC_time);
fChain->SetBranchAddress("TOWER_RAW_CEMC.signal_samples[31]", TOWER_RAW_CEMC_signal_samples, &b_TOWER_RAW_CEMC_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_CEMC.HBD_channel", TOWER_RAW_CEMC_HBD_channel, &b_TOWER_RAW_CEMC_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_CEMC", &n_TOWER_CALIB_CEMC, &b_n_TOWER_CALIB_CEMC);
fChain->SetBranchAddress("TOWER_CALIB_CEMC", &TOWER_CALIB_CEMC_, &b_TOWER_CALIB_CEMC_);
fChain->SetBranchAddress("TOWER_CALIB_CEMC.fUniqueID", TOWER_CALIB_CEMC_fUniqueID, &b_TOWER_CALIB_CEMC_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_CEMC.fBits", TOWER_CALIB_CEMC_fBits, &b_TOWER_CALIB_CEMC_fBits);
fChain->SetBranchAddress("TOWER_CALIB_CEMC.towerid", TOWER_CALIB_CEMC_towerid, &b_TOWER_CALIB_CEMC_towerid);
fChain->SetBranchAddress("TOWER_CALIB_CEMC.energy", TOWER_CALIB_CEMC_energy, &b_TOWER_CALIB_CEMC_energy);
fChain->SetBranchAddress("TOWER_CALIB_CEMC.time", TOWER_CALIB_CEMC_time, &b_TOWER_CALIB_CEMC_time);
fChain->SetBranchAddress("TOWER_CALIB_CEMC.signal_samples[31]", TOWER_CALIB_CEMC_signal_samples, &b_TOWER_CALIB_CEMC_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_CEMC.HBD_channel", TOWER_CALIB_CEMC_HBD_channel, &b_TOWER_CALIB_CEMC_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_HODO_VERTICAL", &n_TOWER_RAW_HODO_VERTICAL, &b_n_TOWER_RAW_HODO_VERTICAL);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL", &TOWER_RAW_HODO_VERTICAL_, &b_TOWER_RAW_HODO_VERTICAL_);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL.fUniqueID", TOWER_RAW_HODO_VERTICAL_fUniqueID, &b_TOWER_RAW_HODO_VERTICAL_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL.fBits", TOWER_RAW_HODO_VERTICAL_fBits, &b_TOWER_RAW_HODO_VERTICAL_fBits);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL.towerid", TOWER_RAW_HODO_VERTICAL_towerid, &b_TOWER_RAW_HODO_VERTICAL_towerid);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL.energy", TOWER_RAW_HODO_VERTICAL_energy, &b_TOWER_RAW_HODO_VERTICAL_energy);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL.time", TOWER_RAW_HODO_VERTICAL_time, &b_TOWER_RAW_HODO_VERTICAL_time);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL.signal_samples[31]", TOWER_RAW_HODO_VERTICAL_signal_samples, &b_TOWER_RAW_HODO_VERTICAL_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_HODO_VERTICAL.HBD_channel", TOWER_RAW_HODO_VERTICAL_HBD_channel, &b_TOWER_RAW_HODO_VERTICAL_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_HODO_HORIZONTAL", &n_TOWER_RAW_HODO_HORIZONTAL, &b_n_TOWER_RAW_HODO_HORIZONTAL);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL", &TOWER_RAW_HODO_HORIZONTAL_, &b_TOWER_RAW_HODO_HORIZONTAL_);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL.fUniqueID", TOWER_RAW_HODO_HORIZONTAL_fUniqueID, &b_TOWER_RAW_HODO_HORIZONTAL_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL.fBits", TOWER_RAW_HODO_HORIZONTAL_fBits, &b_TOWER_RAW_HODO_HORIZONTAL_fBits);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL.towerid", TOWER_RAW_HODO_HORIZONTAL_towerid, &b_TOWER_RAW_HODO_HORIZONTAL_towerid);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL.energy", TOWER_RAW_HODO_HORIZONTAL_energy, &b_TOWER_RAW_HODO_HORIZONTAL_energy);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL.time", TOWER_RAW_HODO_HORIZONTAL_time, &b_TOWER_RAW_HODO_HORIZONTAL_time);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL.signal_samples[31]", TOWER_RAW_HODO_HORIZONTAL_signal_samples, &b_TOWER_RAW_HODO_HORIZONTAL_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_HODO_HORIZONTAL.HBD_channel", TOWER_RAW_HODO_HORIZONTAL_HBD_channel, &b_TOWER_RAW_HODO_HORIZONTAL_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_HODO_VERTICAL", &n_TOWER_CALIB_HODO_VERTICAL, &b_n_TOWER_CALIB_HODO_VERTICAL);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL", &TOWER_CALIB_HODO_VERTICAL_, &b_TOWER_CALIB_HODO_VERTICAL_);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL.fUniqueID", TOWER_CALIB_HODO_VERTICAL_fUniqueID, &b_TOWER_CALIB_HODO_VERTICAL_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL.fBits", TOWER_CALIB_HODO_VERTICAL_fBits, &b_TOWER_CALIB_HODO_VERTICAL_fBits);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL.towerid", TOWER_CALIB_HODO_VERTICAL_towerid, &b_TOWER_CALIB_HODO_VERTICAL_towerid);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL.energy", TOWER_CALIB_HODO_VERTICAL_energy, &b_TOWER_CALIB_HODO_VERTICAL_energy);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL.time", TOWER_CALIB_HODO_VERTICAL_time, &b_TOWER_CALIB_HODO_VERTICAL_time);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL.signal_samples[31]", TOWER_CALIB_HODO_VERTICAL_signal_samples, &b_TOWER_CALIB_HODO_VERTICAL_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_HODO_VERTICAL.HBD_channel", TOWER_CALIB_HODO_VERTICAL_HBD_channel, &b_TOWER_CALIB_HODO_VERTICAL_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_HODO_HORIZONTAL", &n_TOWER_CALIB_HODO_HORIZONTAL, &b_n_TOWER_CALIB_HODO_HORIZONTAL);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL", &TOWER_CALIB_HODO_HORIZONTAL_, &b_TOWER_CALIB_HODO_HORIZONTAL_);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL.fUniqueID", TOWER_CALIB_HODO_HORIZONTAL_fUniqueID, &b_TOWER_CALIB_HODO_HORIZONTAL_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL.fBits", TOWER_CALIB_HODO_HORIZONTAL_fBits, &b_TOWER_CALIB_HODO_HORIZONTAL_fBits);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL.towerid", TOWER_CALIB_HODO_HORIZONTAL_towerid, &b_TOWER_CALIB_HODO_HORIZONTAL_towerid);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL.energy", TOWER_CALIB_HODO_HORIZONTAL_energy, &b_TOWER_CALIB_HODO_HORIZONTAL_energy);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL.time", TOWER_CALIB_HODO_HORIZONTAL_time, &b_TOWER_CALIB_HODO_HORIZONTAL_time);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL.signal_samples[31]", TOWER_CALIB_HODO_HORIZONTAL_signal_samples, &b_TOWER_CALIB_HODO_HORIZONTAL_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_HODO_HORIZONTAL.HBD_channel", TOWER_CALIB_HODO_HORIZONTAL_HBD_channel, &b_TOWER_CALIB_HODO_HORIZONTAL_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_C1", &n_TOWER_RAW_C1, &b_n_TOWER_RAW_C1);
fChain->SetBranchAddress("TOWER_RAW_C1", &TOWER_RAW_C1_, &b_TOWER_RAW_C1_);
fChain->SetBranchAddress("TOWER_RAW_C1.fUniqueID", TOWER_RAW_C1_fUniqueID, &b_TOWER_RAW_C1_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_C1.fBits", TOWER_RAW_C1_fBits, &b_TOWER_RAW_C1_fBits);
fChain->SetBranchAddress("TOWER_RAW_C1.towerid", TOWER_RAW_C1_towerid, &b_TOWER_RAW_C1_towerid);
fChain->SetBranchAddress("TOWER_RAW_C1.energy", TOWER_RAW_C1_energy, &b_TOWER_RAW_C1_energy);
fChain->SetBranchAddress("TOWER_RAW_C1.time", TOWER_RAW_C1_time, &b_TOWER_RAW_C1_time);
fChain->SetBranchAddress("TOWER_RAW_C1.signal_samples[31]", TOWER_RAW_C1_signal_samples, &b_TOWER_RAW_C1_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_C1.HBD_channel", TOWER_RAW_C1_HBD_channel, &b_TOWER_RAW_C1_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_C1", &n_TOWER_CALIB_C1, &b_n_TOWER_CALIB_C1);
fChain->SetBranchAddress("TOWER_CALIB_C1", &TOWER_CALIB_C1_, &b_TOWER_CALIB_C1_);
fChain->SetBranchAddress("TOWER_CALIB_C1.fUniqueID", TOWER_CALIB_C1_fUniqueID, &b_TOWER_CALIB_C1_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_C1.fBits", TOWER_CALIB_C1_fBits, &b_TOWER_CALIB_C1_fBits);
fChain->SetBranchAddress("TOWER_CALIB_C1.towerid", TOWER_CALIB_C1_towerid, &b_TOWER_CALIB_C1_towerid);
fChain->SetBranchAddress("TOWER_CALIB_C1.energy", TOWER_CALIB_C1_energy, &b_TOWER_CALIB_C1_energy);
fChain->SetBranchAddress("TOWER_CALIB_C1.time", TOWER_CALIB_C1_time, &b_TOWER_CALIB_C1_time);
fChain->SetBranchAddress("TOWER_CALIB_C1.signal_samples[31]", TOWER_CALIB_C1_signal_samples, &b_TOWER_CALIB_C1_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_C1.HBD_channel", TOWER_CALIB_C1_HBD_channel, &b_TOWER_CALIB_C1_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_C2", &n_TOWER_RAW_C2, &b_n_TOWER_RAW_C2);
fChain->SetBranchAddress("TOWER_RAW_C2", &TOWER_RAW_C2_, &b_TOWER_RAW_C2_);
fChain->SetBranchAddress("TOWER_RAW_C2.fUniqueID", TOWER_RAW_C2_fUniqueID, &b_TOWER_RAW_C2_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_C2.fBits", TOWER_RAW_C2_fBits, &b_TOWER_RAW_C2_fBits);
fChain->SetBranchAddress("TOWER_RAW_C2.towerid", TOWER_RAW_C2_towerid, &b_TOWER_RAW_C2_towerid);
fChain->SetBranchAddress("TOWER_RAW_C2.energy", TOWER_RAW_C2_energy, &b_TOWER_RAW_C2_energy);
fChain->SetBranchAddress("TOWER_RAW_C2.time", TOWER_RAW_C2_time, &b_TOWER_RAW_C2_time);
fChain->SetBranchAddress("TOWER_RAW_C2.signal_samples[31]", TOWER_RAW_C2_signal_samples, &b_TOWER_RAW_C2_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_C2.HBD_channel", TOWER_RAW_C2_HBD_channel, &b_TOWER_RAW_C2_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_C2", &n_TOWER_CALIB_C2, &b_n_TOWER_CALIB_C2);
fChain->SetBranchAddress("TOWER_CALIB_C2", &TOWER_CALIB_C2_, &b_TOWER_CALIB_C2_);
fChain->SetBranchAddress("TOWER_CALIB_C2.fUniqueID", TOWER_CALIB_C2_fUniqueID, &b_TOWER_CALIB_C2_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_C2.fBits", TOWER_CALIB_C2_fBits, &b_TOWER_CALIB_C2_fBits);
fChain->SetBranchAddress("TOWER_CALIB_C2.towerid", TOWER_CALIB_C2_towerid, &b_TOWER_CALIB_C2_towerid);
fChain->SetBranchAddress("TOWER_CALIB_C2.energy", TOWER_CALIB_C2_energy, &b_TOWER_CALIB_C2_energy);
fChain->SetBranchAddress("TOWER_CALIB_C2.time", TOWER_CALIB_C2_time, &b_TOWER_CALIB_C2_time);
fChain->SetBranchAddress("TOWER_CALIB_C2.signal_samples[31]", TOWER_CALIB_C2_signal_samples, &b_TOWER_CALIB_C2_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_C2.HBD_channel", TOWER_CALIB_C2_HBD_channel, &b_TOWER_CALIB_C2_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_PbGL", &n_TOWER_RAW_PbGL, &b_n_TOWER_RAW_PbGL);
fChain->SetBranchAddress("TOWER_RAW_PbGL", &TOWER_RAW_PbGL_, &b_TOWER_RAW_PbGL_);
fChain->SetBranchAddress("TOWER_RAW_PbGL.fUniqueID", TOWER_RAW_PbGL_fUniqueID, &b_TOWER_RAW_PbGL_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_PbGL.fBits", TOWER_RAW_PbGL_fBits, &b_TOWER_RAW_PbGL_fBits);
fChain->SetBranchAddress("TOWER_RAW_PbGL.towerid", TOWER_RAW_PbGL_towerid, &b_TOWER_RAW_PbGL_towerid);
fChain->SetBranchAddress("TOWER_RAW_PbGL.energy", TOWER_RAW_PbGL_energy, &b_TOWER_RAW_PbGL_energy);
fChain->SetBranchAddress("TOWER_RAW_PbGL.time", TOWER_RAW_PbGL_time, &b_TOWER_RAW_PbGL_time);
fChain->SetBranchAddress("TOWER_RAW_PbGL.signal_samples[31]", TOWER_RAW_PbGL_signal_samples, &b_TOWER_RAW_PbGL_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_PbGL.HBD_channel", TOWER_RAW_PbGL_HBD_channel, &b_TOWER_RAW_PbGL_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_PbGL", &n_TOWER_CALIB_PbGL, &b_n_TOWER_CALIB_PbGL);
fChain->SetBranchAddress("TOWER_CALIB_PbGL", &TOWER_CALIB_PbGL_, &b_TOWER_CALIB_PbGL_);
fChain->SetBranchAddress("TOWER_CALIB_PbGL.fUniqueID", TOWER_CALIB_PbGL_fUniqueID, &b_TOWER_CALIB_PbGL_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_PbGL.fBits", TOWER_CALIB_PbGL_fBits, &b_TOWER_CALIB_PbGL_fBits);
fChain->SetBranchAddress("TOWER_CALIB_PbGL.towerid", TOWER_CALIB_PbGL_towerid, &b_TOWER_CALIB_PbGL_towerid);
fChain->SetBranchAddress("TOWER_CALIB_PbGL.energy", TOWER_CALIB_PbGL_energy, &b_TOWER_CALIB_PbGL_energy);
fChain->SetBranchAddress("TOWER_CALIB_PbGL.time", TOWER_CALIB_PbGL_time, &b_TOWER_CALIB_PbGL_time);
fChain->SetBranchAddress("TOWER_CALIB_PbGL.signal_samples[31]", TOWER_CALIB_PbGL_signal_samples, &b_TOWER_CALIB_PbGL_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_PbGL.HBD_channel", TOWER_CALIB_PbGL_HBD_channel, &b_TOWER_CALIB_PbGL_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_TRIGGER_VETO", &n_TOWER_RAW_TRIGGER_VETO, &b_n_TOWER_RAW_TRIGGER_VETO);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO", &TOWER_RAW_TRIGGER_VETO_, &b_TOWER_RAW_TRIGGER_VETO_);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO.fUniqueID", TOWER_RAW_TRIGGER_VETO_fUniqueID, &b_TOWER_RAW_TRIGGER_VETO_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO.fBits", TOWER_RAW_TRIGGER_VETO_fBits, &b_TOWER_RAW_TRIGGER_VETO_fBits);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO.towerid", TOWER_RAW_TRIGGER_VETO_towerid, &b_TOWER_RAW_TRIGGER_VETO_towerid);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO.energy", TOWER_RAW_TRIGGER_VETO_energy, &b_TOWER_RAW_TRIGGER_VETO_energy);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO.time", TOWER_RAW_TRIGGER_VETO_time, &b_TOWER_RAW_TRIGGER_VETO_time);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO.signal_samples[31]", TOWER_RAW_TRIGGER_VETO_signal_samples, &b_TOWER_RAW_TRIGGER_VETO_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_TRIGGER_VETO.HBD_channel", TOWER_RAW_TRIGGER_VETO_HBD_channel, &b_TOWER_RAW_TRIGGER_VETO_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_TRIGGER_VETO", &n_TOWER_CALIB_TRIGGER_VETO, &b_n_TOWER_CALIB_TRIGGER_VETO);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO", &TOWER_CALIB_TRIGGER_VETO_, &b_TOWER_CALIB_TRIGGER_VETO_);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO.fUniqueID", TOWER_CALIB_TRIGGER_VETO_fUniqueID, &b_TOWER_CALIB_TRIGGER_VETO_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO.fBits", TOWER_CALIB_TRIGGER_VETO_fBits, &b_TOWER_CALIB_TRIGGER_VETO_fBits);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO.towerid", TOWER_CALIB_TRIGGER_VETO_towerid, &b_TOWER_CALIB_TRIGGER_VETO_towerid);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO.energy", TOWER_CALIB_TRIGGER_VETO_energy, &b_TOWER_CALIB_TRIGGER_VETO_energy);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO.time", TOWER_CALIB_TRIGGER_VETO_time, &b_TOWER_CALIB_TRIGGER_VETO_time);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO.signal_samples[31]", TOWER_CALIB_TRIGGER_VETO_signal_samples, &b_TOWER_CALIB_TRIGGER_VETO_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_TRIGGER_VETO.HBD_channel", TOWER_CALIB_TRIGGER_VETO_HBD_channel, &b_TOWER_CALIB_TRIGGER_VETO_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_TILE_MAPPER", &n_TOWER_RAW_TILE_MAPPER, &b_n_TOWER_RAW_TILE_MAPPER);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER", &TOWER_RAW_TILE_MAPPER_, &b_TOWER_RAW_TILE_MAPPER_);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER.fUniqueID", TOWER_RAW_TILE_MAPPER_fUniqueID, &b_TOWER_RAW_TILE_MAPPER_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER.fBits", TOWER_RAW_TILE_MAPPER_fBits, &b_TOWER_RAW_TILE_MAPPER_fBits);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER.towerid", TOWER_RAW_TILE_MAPPER_towerid, &b_TOWER_RAW_TILE_MAPPER_towerid);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER.energy", TOWER_RAW_TILE_MAPPER_energy, &b_TOWER_RAW_TILE_MAPPER_energy);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER.time", TOWER_RAW_TILE_MAPPER_time, &b_TOWER_RAW_TILE_MAPPER_time);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER.signal_samples[31]", TOWER_RAW_TILE_MAPPER_signal_samples, &b_TOWER_RAW_TILE_MAPPER_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_TILE_MAPPER.HBD_channel", TOWER_RAW_TILE_MAPPER_HBD_channel, &b_TOWER_RAW_TILE_MAPPER_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_TILE_MAPPER", &n_TOWER_CALIB_TILE_MAPPER, &b_n_TOWER_CALIB_TILE_MAPPER);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER", &TOWER_CALIB_TILE_MAPPER_, &b_TOWER_CALIB_TILE_MAPPER_);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER.fUniqueID", TOWER_CALIB_TILE_MAPPER_fUniqueID, &b_TOWER_CALIB_TILE_MAPPER_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER.fBits", TOWER_CALIB_TILE_MAPPER_fBits, &b_TOWER_CALIB_TILE_MAPPER_fBits);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER.towerid", TOWER_CALIB_TILE_MAPPER_towerid, &b_TOWER_CALIB_TILE_MAPPER_towerid);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER.energy", TOWER_CALIB_TILE_MAPPER_energy, &b_TOWER_CALIB_TILE_MAPPER_energy);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER.time", TOWER_CALIB_TILE_MAPPER_time, &b_TOWER_CALIB_TILE_MAPPER_time);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER.signal_samples[31]", TOWER_CALIB_TILE_MAPPER_signal_samples, &b_TOWER_CALIB_TILE_MAPPER_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_TILE_MAPPER.HBD_channel", TOWER_CALIB_TILE_MAPPER_HBD_channel, &b_TOWER_CALIB_TILE_MAPPER_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_SC3", &n_TOWER_RAW_SC3, &b_n_TOWER_RAW_SC3);
fChain->SetBranchAddress("TOWER_RAW_SC3", &TOWER_RAW_SC3_, &b_TOWER_RAW_SC3_);
fChain->SetBranchAddress("TOWER_RAW_SC3.fUniqueID", TOWER_RAW_SC3_fUniqueID, &b_TOWER_RAW_SC3_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_SC3.fBits", TOWER_RAW_SC3_fBits, &b_TOWER_RAW_SC3_fBits);
fChain->SetBranchAddress("TOWER_RAW_SC3.towerid", TOWER_RAW_SC3_towerid, &b_TOWER_RAW_SC3_towerid);
fChain->SetBranchAddress("TOWER_RAW_SC3.energy", TOWER_RAW_SC3_energy, &b_TOWER_RAW_SC3_energy);
fChain->SetBranchAddress("TOWER_RAW_SC3.time", TOWER_RAW_SC3_time, &b_TOWER_RAW_SC3_time);
fChain->SetBranchAddress("TOWER_RAW_SC3.signal_samples[31]", TOWER_RAW_SC3_signal_samples, &b_TOWER_RAW_SC3_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_SC3.HBD_channel", TOWER_RAW_SC3_HBD_channel, &b_TOWER_RAW_SC3_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_SC3", &n_TOWER_CALIB_SC3, &b_n_TOWER_CALIB_SC3);
fChain->SetBranchAddress("TOWER_CALIB_SC3", &TOWER_CALIB_SC3_, &b_TOWER_CALIB_SC3_);
fChain->SetBranchAddress("TOWER_CALIB_SC3.fUniqueID", TOWER_CALIB_SC3_fUniqueID, &b_TOWER_CALIB_SC3_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_SC3.fBits", TOWER_CALIB_SC3_fBits, &b_TOWER_CALIB_SC3_fBits);
fChain->SetBranchAddress("TOWER_CALIB_SC3.towerid", TOWER_CALIB_SC3_towerid, &b_TOWER_CALIB_SC3_towerid);
fChain->SetBranchAddress("TOWER_CALIB_SC3.energy", TOWER_CALIB_SC3_energy, &b_TOWER_CALIB_SC3_energy);
fChain->SetBranchAddress("TOWER_CALIB_SC3.time", TOWER_CALIB_SC3_time, &b_TOWER_CALIB_SC3_time);
fChain->SetBranchAddress("TOWER_CALIB_SC3.signal_samples[31]", TOWER_CALIB_SC3_signal_samples, &b_TOWER_CALIB_SC3_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_SC3.HBD_channel", TOWER_CALIB_SC3_HBD_channel, &b_TOWER_CALIB_SC3_HBD_channel);
fChain->SetBranchAddress("n_TOWER_RAW_FINGER_COUNTER", &n_TOWER_RAW_FINGER_COUNTER, &b_n_TOWER_RAW_FINGER_COUNTER);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER", &TOWER_RAW_FINGER_COUNTER_, &b_TOWER_RAW_FINGER_COUNTER_);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER.fUniqueID", TOWER_RAW_FINGER_COUNTER_fUniqueID, &b_TOWER_RAW_FINGER_COUNTER_fUniqueID);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER.fBits", TOWER_RAW_FINGER_COUNTER_fBits, &b_TOWER_RAW_FINGER_COUNTER_fBits);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER.towerid", TOWER_RAW_FINGER_COUNTER_towerid, &b_TOWER_RAW_FINGER_COUNTER_towerid);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER.energy", TOWER_RAW_FINGER_COUNTER_energy, &b_TOWER_RAW_FINGER_COUNTER_energy);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER.time", TOWER_RAW_FINGER_COUNTER_time, &b_TOWER_RAW_FINGER_COUNTER_time);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER.signal_samples[31]", TOWER_RAW_FINGER_COUNTER_signal_samples, &b_TOWER_RAW_FINGER_COUNTER_signal_samples);
fChain->SetBranchAddress("TOWER_RAW_FINGER_COUNTER.HBD_channel", TOWER_RAW_FINGER_COUNTER_HBD_channel, &b_TOWER_RAW_FINGER_COUNTER_HBD_channel);
fChain->SetBranchAddress("n_TOWER_CALIB_FINGER_COUNTER", &n_TOWER_CALIB_FINGER_COUNTER, &b_n_TOWER_CALIB_FINGER_COUNTER);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER", &TOWER_CALIB_FINGER_COUNTER_, &b_TOWER_CALIB_FINGER_COUNTER_);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER.fUniqueID", TOWER_CALIB_FINGER_COUNTER_fUniqueID, &b_TOWER_CALIB_FINGER_COUNTER_fUniqueID);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER.fBits", TOWER_CALIB_FINGER_COUNTER_fBits, &b_TOWER_CALIB_FINGER_COUNTER_fBits);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER.towerid", TOWER_CALIB_FINGER_COUNTER_towerid, &b_TOWER_CALIB_FINGER_COUNTER_towerid);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER.energy", TOWER_CALIB_FINGER_COUNTER_energy, &b_TOWER_CALIB_FINGER_COUNTER_energy);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER.time", TOWER_CALIB_FINGER_COUNTER_time, &b_TOWER_CALIB_FINGER_COUNTER_time);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER.signal_samples[31]", TOWER_CALIB_FINGER_COUNTER_signal_samples, &b_TOWER_CALIB_FINGER_COUNTER_signal_samples);
fChain->SetBranchAddress("TOWER_CALIB_FINGER_COUNTER.HBD_channel", TOWER_CALIB_FINGER_COUNTER_HBD_channel, &b_TOWER_CALIB_FINGER_COUNTER_HBD_channel);
Notify();
}
Bool_t DSTReader551::Notify()
{
// The Notify() function is called when a new file is opened. This
// can be either for a new TTree in a TChain or when when a new TTree
// is started when using PROOF. It is normally not necessary to make changes
// to the generated code, but the routine can be extended by the
// user if needed. The return value is currently not used.
return kTRUE;
}
void DSTReader551::Show(Long64_t entry)
{
// Print contents of entry.
// If entry is not specified, print current entry
if (!fChain) return;
fChain->Show(entry);
}
Int_t DSTReader551::Cut(Long64_t entry)
{
// This function may be called from Loop.
// returns 1 if entry is accepted.
// returns -1 otherwise.
return 1;
}
#endif // #ifdef DSTReader551_cxx