Skip to content

Commit 710b69b

Browse files
committed
UPC reconstruction flag variable changed
1 parent 0701882 commit 710b69b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

PWGUD/DataModel/TauThreeProngEventTables.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ DECLARE_SOA_COLUMN(RctOk, rctOk, int);
3737
// DECLARE_SOA_COLUMN(PosX, posX, float);
3838
// DECLARE_SOA_COLUMN(PosY, posY, float);
3939
DECLARE_SOA_COLUMN(PosZ, posZ, float);
40-
DECLARE_SOA_COLUMN(FlagUPC, flagUPC, int8_t);
40+
// DECLARE_SOA_COLUMN(FlagUPC, flagUPC, int8_t);
41+
DECLARE_SOA_COLUMN(FlagUPC, flagUPC, unsigned short);
4142
DECLARE_SOA_COLUMN(OccupancyInTime, occupancyInTime, int);
4243
DECLARE_SOA_COLUMN(HadronicRate, hadronicRate, double);
4344
DECLARE_SOA_COLUMN(Trs, trs, int8_t);

PWGUD/TableProducer/tauThreeProngEventTableProducer.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,8 @@ struct TauThreeProngEventTableProducer {
862862
counterTmp++;
863863
}
864864

865+
// Vertex::Flags::UPCMode
866+
// UPCMode = 0x1 << 1
865867
dataTauFourTracks(dgcand.runNumber(),
866868
dgcand.globalBC(), // is it necessary
867869
dgtracks.size(),

0 commit comments

Comments
 (0)