Definition at line 19 of file atlas_oh.py.
◆ __init__()
| python.atlas_oh.Receiver.__init__ |
( |
| self, |
|
|
| q, |
|
|
| prefix ) |
Definition at line 20 of file atlas_oh.py.
20 def __init__(self, q, prefix):
21 super(Receiver, self).__init__()
22 self.queue = q
23 self.prefix = prefix
24
◆ receive()
| python.atlas_oh.Receiver.receive |
( |
| self, |
|
|
| obj ) |
Definition at line 25 of file atlas_oh.py.
25 def receive(self, obj):
26 name = obj.GetName().
replace(self.prefix,
'')
27 try:
28 self.queue.append(HistObject(name, obj))
29 except Exception as e:
31
void print(char *figname, TCanvas *c1)
std::string replace(std::string s, const std::string &s2, const std::string &s3)
◆ prefix
| python.atlas_oh.Receiver.prefix = prefix |
◆ queue
| python.atlas_oh.Receiver.queue = q |
The documentation for this class was generated from the following file: