Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19251394
Matcher.icc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
729 B
Referenced Files
None
Subscribers
None
Matcher.icc
View Options
// -*- 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
Details
Attached
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)
Attached To
Mode
rTHEPEGHG thepeghg
Attached
Detach File
Event Timeline
Log In to Comment