BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/DecayChain/include/DecayChain/Element/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
5#include "DecayChain/Element/conjugation.h"
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} // namespace DCConjugation
13
14#endif /* DCHAIN_DCCONJUGATION_H */