Skip to content

Commit 505dc61

Browse files
committed
[rottest] remove unused code
1 parent 92d1b66 commit 505dc61

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

roottest/root/meta/ROOT-7181/inc/BTagVertex_v1.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,4 @@ namespace xAOD {
2020
typedef DataVector<BTagging_v1> BTaggingContainer_v1;
2121
}
2222

23-
#if 0
24-
template <> struct DataVectorBase<xAOD::BTagVertex_v1>
25-
{
26-
typedef DataVector<xAOD::IParticle > Base;
27-
int fBtag;
28-
};
29-
30-
template <> struct DataVectorBase<xAOD::BTagging_v1>
31-
{
32-
typedef DataVector<xAOD::IParticle > Base;
33-
int fBtagging;
34-
};
35-
36-
#endif
37-
3823
#endif

0 commit comments

Comments
 (0)