BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
DCConjugation.h
Go to the documentation of this file.
1#ifndef DCHAIN_DCCONJUGATION_H
2#define DCHAIN_DCCONJUGATION_H
3
4//for backwards compatibility only
6
7namespace DCConjugation {
9 static const Label kNone = dchain::conjugation::kNone;
10 static const Label kHeads = dchain::conjugation::kHeads;
11 static const Label kTails = dchain::conjugation::kTails;
12}
13
14#endif /* DCHAIN_DCCONJUGATION_H */
dchain::conjugation::Label Label
Definition: DCConjugation.h:8