File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,36 @@ Where the path is the path to the production directory. This script will check:
114114made. 
115115
116116The second argument is a list of strings representing samples. Here they represent inclusive samples, which should 
117- be skipped; this argument is optional. 
117+ be skipped; this argument is optional.  
118+ 
119+ This script will produce `report.yaml`, which looks like :
120+ 
121+ ` ` ` yaml
122+ # Print nicknames of samples going above 100 characters 
123+ long_nicknames: ['105', 'some_long_sample_name'] 
124+ missing: 
125+   info.yaml_mcfuntuple.yaml: 
126+     only info.yaml: 
127+       - Bd_KstPi0gamma_Kpi_eq_DPC_SS 
128+       - Bd_Ksteta_gg_eq_DPC_SS 
129+     only mcfuntuple.yaml: 
130+       - Bd_KplKmn_eq_DPC 
131+       - Bd_Kplpimn_eq_CPV2017_DPC 
132+   info.yaml_samples.yaml: 
133+     only info.yaml: 
134+       - Bd_Denu_Kstenu_eq_VIA_HVM_EGDWC 
135+       - Bd_Dmunu_Kstmunu_eq_DPC 
136+     only samples.yaml: 
137+       - Bd_KplKmn_eq_DPC 
138+       - Bd_Kplpimn_eq_CPV2017_DPC 
139+   mcfuntuple.yaml_samples.yaml: 
140+     only mcfuntuple.yaml: 
141+       - Bd_Denu_Kstenu_eq_VIA_HVM_EGDWC 
142+       - Bd_Dmunu_Kstmunu_eq_DPC 
143+     only samples.yaml: 
144+       - Dst_D0pi_KK_TightCut 
145+       - Dst_D0pi_KPi_TightCut 
146+ ` ` ` 
118147
119148# ## After pipelines
120149
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments