|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include <cut.hpp>
Public Member Functions | |
| Cut (const std::string &cut="1") | |
| Cut (const char *cut) | |
| Cut & | Replace (const Cut &orig, const Cut &rep) |
| Cut & | RmCutOn (const Cut &to_rm, const Cut &rep=Cut()) |
| Cut & | operator&= (const Cut &cut) |
| Cut & | operator|= (const Cut &cut) |
| Cut & | operator+= (const Cut &cut) |
| Cut & | operator-= (const Cut &cut) |
| Cut & | operator*= (const Cut &cut) |
| Cut & | operator/= (const Cut &cut) |
| Cut & | operator%= (const Cut &cut) |
| Cut & | operator^= (const Cut &cut) |
| Cut & | operator<<= (const Cut &cut) |
| Cut & | operator>>= (const Cut &cut) |
| operator std::string () const | |
| operator const char * () const | |
| bool | operator< (const Cut &cut) const |
| bool | operator== (const Cut &cut) const |
| std::string | GetCut () |
| void | SetCut (std::string &cut) |
Private Member Functions | |
| void | Clean () |
Private Attributes | |
| std::string | cut_ |
|
private |
Definition at line 112 of file cut.cpp.
References cut_, and ReplaceAll().
Referenced by Cut(), operator%=(), operator&=(), operator*=(), operator+=(), operator-=(), operator/=(), operator<<=(), operator>>=(), operator^=(), operator|=(), and SetCut().
| string Cut::GetCut | ( | ) |
|
explicit |
|
explicit |
| bool Cut::operator< | ( | const Cut & | cut | ) | const |
| bool Cut::operator== | ( | const Cut & | cut | ) | const |
Definition at line 17 of file cut.cpp.
References cut_, and ReplaceAll().
Referenced by WorkspaceGenerator::MakeDileptonBin().
Definition at line 31 of file cut.cpp.
References cut_.
Referenced by WorkspaceGenerator::MakeDileptonBin().
| void Cut::SetCut | ( | std::string & | cut | ) |
|
private |
Definition at line 37 of file cut.hpp.
Referenced by Clean(), GetCut(), operator const char *(), operator%=(), operator&=(), operator*=(), operator+=(), operator-=(), operator/=(), operator<(), operator<<=(), operator==(), operator>>=(), operator^=(), operator|=(), Replace(), RmCutOn(), and SetCut().
1.8.11