CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dqm_interfaces.DirFetcher Class Reference
Inheritance diagram for dqm_interfaces.DirFetcher:

Public Member Functions

def __init__ (self, comm, directory)
 
def run (self)
 

Public Attributes

 comm
 
 contents
 
 directory
 

Detailed Description

Fetch the content of the single "directory" in the dqm.

Definition at line 381 of file dqm_interfaces.py.

Constructor & Destructor Documentation

◆ __init__()

def dqm_interfaces.DirFetcher.__init__ (   self,
  comm,
  directory 
)

Definition at line 384 of file dqm_interfaces.py.

384  def __init__ (self,comm,directory):
385  Thread.__init__(self)
386  self.comm = comm
387  self.directory = directory
388  self.contents=None

Member Function Documentation

◆ run()

def dqm_interfaces.DirFetcher.run (   self)

Definition at line 389 of file dqm_interfaces.py.

389  def run(self):
390  self.contents = self.comm.ls(self.directory,True)
391 
392 #-------------------------------------------------------------------------------
393 

References linux_proc.comm, dqm_interfaces.DirFetcher.comm, L1GctProcessor::Pipeline< T >.contents, FastLineRecognition::Cluster.contents, dqm_interfaces.DirFetcher.contents, BeautifulSoup.Tag.contents, Book.directory, edmIntegrityCheck.IntegrityCheck.directory, dqm_interfaces.DirFetcher.directory, and eostools.ls().

Member Data Documentation

◆ comm

dqm_interfaces.DirFetcher.comm

Definition at line 386 of file dqm_interfaces.py.

Referenced by dqm_interfaces.DirFetcher.run().

◆ contents

dqm_interfaces.DirFetcher.contents

◆ directory

dqm_interfaces.DirFetcher.directory
eostools.ls
def ls(path, rec=False)
Definition: eostools.py:349
writedatasetfile.run
run
Definition: writedatasetfile.py:27