Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 set termout off
002 set heading off
003 set feedback off
004 set echo off
005 set pagesize 0
006 
007 column collection_name format a16
008 column variable_name format a16
009 column variable_type format a16
010 column variable_position 9999
011 
012 spool vars.txt
013 
014 select variable_position, variable_name, variable_type 
015   from pool_collections_desc where collection_name='rome_all_tags'
016   order by variable_position;
017 
018 -- select variable_name from pool_collections_desc 
019 --  where collection_name='rome_3017_merge_A7_w4jet_AOD_tags';
020 
021 spool off

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!