Page MenuHomeHEPForge

Matcher.icc
No OneTemporary

Size
729 B
Referenced Files
None
Subscribers
None

Matcher.icc

// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the Matcher class.
//
namespace ThePEG {
template <class T>
inline Matcher<T>::Matcher(const Matcher<T> & m)
: MatcherBase(m) {}
template <class T>
inline Matcher<T>::Matcher()
: MatcherBase() {}
template <class T>
inline bool Matcher<T>::check(const ParticleData & pd ) const {
return T::Check(pd);
}
template <class T>
inline bool Matcher<T>::Check(const ParticleData & pd) {
return T::Check(pd);
}
template <class T>
inline void Matcher<T>::setCC(tPMPtr pm, tPMPtr apm) const {
MatcherBase::setCC(pm,apm);
}
}

File Metadata

Mime Type
text/x-c++
Expires
Tue, Sep 30, 5:51 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6295153
Default Alt Text
Matcher.icc (729 B)

Event Timeline